json-strictify
JSON serializer
A utility for safely serializing data to JSON without losing information or causing infinite loops
Safely serialize a value to JSON without unintended loss of data or going into an infinite loop due to circular references.
19 stars
3 watching
1 forks
Language: TypeScript
last commit: 6 days ago
Linked from 1 awesome list
javascriptjsonserialization
Related projects:
Repository | Description | Stars |
---|---|---|
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
haskell/aeson | A Haskell library for parsing and generating JSON data | 1,255 |
ngs-doo/dsl-json | A high-performance JSON serialization library for Java, designed to work efficiently with existing POJO classes and providing features such as compile-time databinding and streaming support. | 1,013 |
pichillilorenzo/jackson-js | A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. | 90 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
stephenberry/glaze | A fast and portable JSON library for C++ that supports various features and data formats | 1,221 |
realtimechris/jsonifier | Fast JSON serialization and deserialization library using modern C++20 features and SIMD instructions | 56 |
zerosnake0/jzon | A high-performance JSON serialization library built as an alternative to jsoniter with some key differences and improvements. | 11 |
swissdatasciencecenter/calamus | A Python library for serializing data to JSON-LD format | 29 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
xposure/atma.json | A JSON serialization framework for a specific programming language. | 8 |
ymglez/jsonpack | A C++ library that serializes and deserializes complex data structures to and from JSON format efficiently. | 39 |
yak32/glw_json | A compact C++ library for fast and efficient JSON serialization without memory allocation during parsing. | 8 |
okuramasafumi/alba | A JSON serialization library for Ruby and JRuby that allows easy creation of serializable objects with customizable attributes. | 944 |