1 Repo
The ability to disable character escaping for trusted data to increase serialization speed.
Distinct from String Escapers: Distinct from general string escapers as it focuses on the strategic removal of escaping for performance.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Escaping Deactivation. Refine with filters or upvote what's useful.
fast-json-stringify is a high-performance JSON serialization library that uses JSON Schema to compile optimized functions for converting JavaScript objects into strings. It serves as a schema-based JSON serializer that generates specialized serialization logic to outperform standard stringification methods. The project provides capabilities to export standalone serialization code to files for direct execution and supports schema reference resolution to eliminate logic duplication. It allows for the deactivation of character escaping for trusted data to reduce overhead and includes specific op
Allows disabling character escaping for trusted strings to reduce serialization overhead and increase throughput.