summaryrefslogtreecommitdiffstats
path: root/core/io/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-1/+1
|\|
| * [Core] Fix sorting of `Dictionary` keysA Thousand Ships2024-10-181-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Ability to convert native engine types to JSON and back.K. S. Ernest (iFire) Lee2024-08-291-1/+747
* Rename internal is_ascii_char to is_ascii_alphabet_charAaron Franke2024-04-201-2/+2
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-4/+7
* Disallow invalid escape sequences in JSON.parseRedMser2023-06-301-1/+7
* Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-7/+1
|\
| * Use String.repeat() in more placesVolTer2023-05-011-7/+1
* | Modify JSON.stringify so that it doesn't create unnecessary empty lines from ...Jakub Mateusz Marcowski2023-03-071-1/+4
|/
* Fixes to JSON as resourceJuan Linietsky2023-01-141-8/+25
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add recursion depth check to JSON stringify/parseRedMser2022-09-191-8/+15
* Treat JSON as resource files.Juan Linietsky2022-09-041-0/+86
* Make JSON methods statickobewi2022-08-161-6/+17
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-7/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Fix check for the first key in JSON stringify from Dictionary codeAaron Franke2021-07-241-1/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+3
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-36/+21
* Fix json dump and print of circular structureHaoyu Qiu2021-06-141-5/+16
* Increase String::num default decimal precisionHeikki Simojoki2021-05-291-5/+14
* Merge pull request #40804 from naithar/fix/json-parseRémi Verschelde2021-03-231-7/+15
|\
| * Core: add EOF check for json parserSergey Minakov2021-02-031-7/+15
* | JSON parser: add UTF-16 surrogate pairs support.bruvzg2021-03-011-0/+46
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Create Variant built-in functions.reduz2020-11-101-0/+32
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-10/+10
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* issue-40396 - Added missing error strings to JSON parsing when array or objec...Adam Bates2020-07-221-0/+2
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-9/+9
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-16/+28
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-43/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-10/+25
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-8/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2