Commit History

Author SHA1 Message Date
  Aaron Franke b626695f70 Fix internal JSON stringify not preserving p_full_precision 6 days ago
  aaronp64 f13b4b760a Improve JSON::stringify performance 1 year ago
  Thaddeus Crews ad40939b6f Core: Replace C math headers with C++ equivalents 4 months ago
  Yufeng Ying f7e4987d0e Dictionary::get_key_list use LocalVector instead of List. 4 months ago
  kobewi 75881f8322 Use initializer list in Arrays 1 year ago
  Yufeng Ying bebe037abf Add ConstIterator to Dictionary. 4 months ago
  Rémi Verschelde c049d07121 VariantParser: Ensure all parse errors have an explanation 1 year ago
  HP van Braam 240f510fa7 Core ubsan fixes 7 months ago
  Danil Alexeev bd1a35ce9e Core: Fix `JSON.{from,to}_native()` issues 8 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 9 months ago
  A Thousand Ships 79f654ced5 [Core] Fix sorting of `Dictionary` keys 10 months ago
  K. S. Ernest (iFire) Lee 71bdbcdfb1 Ability to convert native engine types to JSON and back. 1 year ago
  Aaron Franke b1f5e9fe3a Rename internal is_ascii_char to is_ascii_alphabet_char 1 year ago
  A Thousand Ships 64146cb7f3 [Core] Add iteration support to `Array` 1 year 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 2 years ago
  VolTer 6b84e258d2 Use String.repeat() in more places 2 years ago
  Jakub Mateusz Marcowski 0a55a32085 Modify JSON.stringify so that it doesn't create unnecessary empty lines from empty arrays 2 years ago
  Juan Linietsky 1aaff63b8f Fixes to JSON as resource 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years 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 3 years ago
  reduz 45af29da80 Add a new HashSet template 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 years ago
  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