Aaron Franke
|
dd116d7998
Fix check for the first key in JSON stringify from Dictionary code
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Marcel Admiraal
|
2bafcd3422
Consolidate JSON, JSONParseResults and JSONParser into JSON
|
4 years ago |
Haoyu Qiu
|
b3bd54001f
Fix json dump and print of circular structure
|
4 years ago |
Heikki Simojoki
|
09a905ca80
Increase String::num default decimal precision
|
5 years ago |
Rémi Verschelde
|
6610289fdd
Merge pull request #40804 from naithar/fix/json-parse
|
4 years ago |
bruvzg
|
76b653528d
JSON parser: add UTF-16 surrogate pairs support.
|
4 years ago |
Sergey Minakov
|
a2676ff810
Core: add EOF check for json parser
|
5 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
reduz
|
5288ff538d
Create Variant built-in functions.
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 years ago |
Adam Bates
|
8f84dfa91d
issue-40396 - Added missing error strings to JSON parsing when array or object is never closed.
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
69de7ce38c
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
a845411454
Style: Re-apply clang-format over recent invalid additions
|
7 years ago |
Geequlim
|
f7168bf217
Add indent and sort keys support for JSON.print
|
7 years ago |