mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
- Changed stringify to call static function _stringify directly, instead of creating JSON object - Changed colon and end_statement from String to const char * to avoid extra allocations in each _stringify call - Pass result String reference to each _stringify call to append to instead of allocating new String in each call These changes make JSON::stringify around 2-3x faster in most cases