summaryrefslogtreecommitdiff
path: root/core/io/json.cpp
AgeCommit message (Expand)Author
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-24Fix check for the first key in JSON stringify from Dictionary codeAaron Franke
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-14Fix json dump and print of circular structureHaoyu Qiu
2021-05-29Increase String::num default decimal precisionHeikki Simojoki
2021-03-23Merge pull request #40804 from naithar/fix/json-parseRémi Verschelde
2021-03-01JSON parser: add UTF-16 surrogate pairs support.bruvzg
2021-02-03Core: add EOF check for json parserSergey Minakov
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-10Create Variant built-in functions.reduz
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-22issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-11-07Add indent and sort keys support for JSON.printGeequlim
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-02-06JSON::parse reports errors on open-ended objectsKarroffel
2017-01-15Fix error while JSON::parse with empty stringGeequlim
2017-01-11Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-08Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-01-10added a new function to escape properly json, fixes #3282Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31make json sub-dictionaries shared, fixes #2381Juan Linietsky
2015-11-16Change handling of invalid JSON escape sequences.Bojidar Marinov
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-01-03-fixed issue with denormals in half precission, closes #1073Juan Linietsky
2014-02-09GODOT IS OPEN SOURCEJuan Linietsky