Aaron Franke
|
b1f5e9fe3a
Rename internal is_ascii_char to is_ascii_alphabet_char
|
7 months ago |
A Thousand Ships
|
64146cb7f3
[Core] Add iteration support to `Array`
|
11 months ago |
RedMser
|
427b293c7d
Disallow invalid escape sequences in JSON.parse
|
2 years ago |
Clay John
|
610877e326
Merge pull request #72288 from MewPurPur/use-string-repeat
|
1 year ago |
VolTer
|
6b84e258d2
Use String.repeat() in more places
|
1 year ago |
Jakub Mateusz Marcowski
|
0a55a32085
Modify JSON.stringify so that it doesn't create unnecessary empty lines from empty arrays
|
1 year ago |
Juan Linietsky
|
1aaff63b8f
Fixes to JSON as resource
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
RedMser
|
de3b1c3fca
Add recursion depth check to JSON stringify/parse
|
2 years ago |
Juan Linietsky
|
2b428daf2b
Treat JSON as resource files.
|
2 years ago |
kobewi
|
5947f688fb
Make JSON methods static
|
2 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
2 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
2 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
3 years ago |
Aaron Franke
|
dd116d7998
Fix check for the first key in JSON stringify from Dictionary code
|
3 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
3 years ago |
Marcel Admiraal
|
2bafcd3422
Consolidate JSON, JSONParseResults and JSONParser into JSON
|
3 years ago |
Haoyu Qiu
|
b3bd54001f
Fix json dump and print of circular structure
|
3 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
|
3 years ago |
bruvzg
|
76b653528d
JSON parser: add UTF-16 surrogate pairs support.
|
3 years ago |
Sergey Minakov
|
a2676ff810
Core: add EOF check for json parser
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
3 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.
|
4 years ago |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
4 years ago |