aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/json-to-value.cc
AgeCommit message (Expand)Author
2024-07-22enable -Werror=suggest-overrideeldritch horrors
2024-07-13language: cleanly ban integer overflowsJade Lovelace
2024-03-09libexpr: Support structured error classeseldritch horrors
2022-01-27return string_views from forceString*pennae
2022-01-04Remove EvalState::mkAttrs()Eelco Dolstra
2022-01-04Remove non-method mk<X> functionsEelco Dolstra
2022-01-04Remove non-method mkString()Eelco Dolstra
2020-09-21Bump nlohmann-json version to 3.9.1Michael Reilly
2020-04-16JSONSax: Use a RootValueEelco Dolstra
2020-01-13Fix buildEelco Dolstra
2020-01-09json-to-value: use unique_ptr instead of raw pointersYorick van Pelt
2020-01-09builtins.fromJSON: use nlohmann/json parser instead of custom parserYorick van Pelt
2020-01-07Add support for \u escape in fromJSONNikola Knezevic
2020-01-07Remove redundant check in parseJSONStringNikola Knezevic
2019-09-22Don't catch exceptions by valueEelco Dolstra
2018-05-26json-to-value: Use strtol instead of strtoiBen Gamari
2017-12-14json-to-value: Throw sensible error message on invalid numbersBen Gamari
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-02-08Include config.h implicitly with '-include config.h' in CFLAGSTuomas Tynkkynen
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-08-29Add builtin function "partition"Eelco Dolstra
2016-02-15Fix broken number parsing in fromJSONEelco Dolstra
2016-01-05First hit at providing support for floats in the language.Christian Theune
2015-07-23Optimize small listsEelco Dolstra
2014-09-19Store Attrs inside BindingsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra