summaryrefslogtreecommitdiffstats
path: root/core/io/json.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-101-3/+3
* Add indent and sort keys support for JSON.printGeequlim2017-11-071-13/+40
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-30/+30
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-163/+136