superjson
Expression serializer
A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types
Safely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.
4k stars
11 watching
91 forks
Language: TypeScript
last commit: 11 months ago
Linked from 1 awesome list
blitzjshacktoberfestjavascriptjsonsuperjson
Related projects:
Repository | Description | Stars |
---|---|---|
douglascrockford/json-js | A set of utilities and functions for working with JSON data in JavaScript | 8,701 |
pquerna/ffjson | Generates optimized JSON serialization functions for Go structures | 2,967 |
simdjson/simdjson | Parses JSON data at high speeds using CPU-specific optimizations | 19,359 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,728 |
bluelinelabs/logansquare | A JSON parsing and serialization library for Android using Jackson's streaming API | 3,208 |
ianstormtaylor/superstruct | A library for defining and validating data structures in JavaScript and TypeScript. | 7,024 |
zserge/jsmn | A lightweight JSON parser and tokenizer written in C. | 3,687 |
francisrstokes/super-expressive | A JavaScript library that allows developers to create regular expressions in a human-readable and programmatic way. | 4,626 |
schmittjoh/serializer | Library for serializing and deserializing complex data formats such as JSON and XML | 2,322 |
swiftyjson/swiftyjson | A library to simplify JSON data handling in Swift by providing a more expressive and convenient API | 22,664 |
benjamine/jsondiffpatch | A JavaScript library for comparing and updating JSON objects | 4,854 |
ibireme/yyjson | A high-performance JSON library written in ANSI C. | 3,125 |
alibaba/handyjson | A Swift library for easy JSON serialization and deserialization of model objects | 4,235 |
mashpie/i18n-node | A lightweight translation module with dynamic JSON storage | 3,088 |
mailru/easyjson | A JSON serialization utility for Go that generates efficient and customizable marshaler and unmarshaler functions. | 4,483 |