remix-typedjson
Data serializer
A package for serializing and deserializing data in Remix apps with typed JSON support
This package is a replacement for superjson to use in your Remix app. It handles a subset of types that superjson
supports, but is faster and smaller.
450 stars
4 watching
22 forks
Language: TypeScript
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
donavon/superjson-remix | A solution that allows sending binary data from a server-side loader to a React client app without requiring JSON parsable data | 84 |
kiliman/remix-params-helper | A utility package to simplify working with Zod and standard URLSearchParams and FormData in Remix applications | 250 |
sake92/tupson | A library for serializing and deserializing JSON data in Scala | 7 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |
gschjetne/json-mop | A metaclass library for serializing and deserializing objects in Common Lisp to and from JSON data | 61 |
gzoller/scalajack | A fast JSON serialization library for Scala classes | 112 |
jdereg/json-io | A Java library for serializing and deserializing data to and from JSON format. | 331 |
ismasan/oat | Provides a standardized way to serialize API data in Ruby apps. | 278 |
boostorg/json | A C++ library that provides fast and efficient JSON data serialization and deserialization | 434 |
xyncro/chiron | A JSON serialization library for F#. | 174 |
lancercomet/suntori | A JSON de/serializer to ensure safe data processing at runtime | 10 |
imrafaelmerino/vertx-values | Project enhancing JSON handling in Vert.x by providing immutable codecs for efficient transmission over the Event Bus. | 1 |
persan/gnatcoll-json | A JSON serialization/deserialization library for Ada Standard containers and types | 7 |
kbss-cvut/jb4jsonld | A Java library for serializing and deserializing objects to JSON-LD format using annotations. | 12 |