JSON-js
JSON utility library
Provides utilities to work with JSON data in JavaScript
JSON in JavaScript
9k stars
485 watching
5k forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
flightcontrolhq/superjson | A serialization library for JavaScript expressions that supports Dates, BigInts, and other complex data types | 4,218 |
zaach/jison | A tool for generating JavaScript parsers from grammars | 4,364 |
josdejong/jsoneditor | A web-based tool for editing and validating JSON data | 11,687 |
benjamine/jsondiffpatch | A JavaScript library for comparing and updating JSON objects | 4,872 |
recp/json | A lightweight JSON parsing library that creates a DOM-like data structure | 24 |
jdorn/json-editor | A tool that allows users to create and edit JSON data visually using a schema-based interface. | 5,812 |
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,180 |
jimhigson/oboe.js | A streaming JSON parser that loads and parses JSON data as it is received from an AJAX response or other source | 4,795 |
stleary/json-java | Provides a reference implementation of JSON parsing and generation in Java | 4,547 |
json-editor/json-editor | Generates an HTML form based on a JSON Schema for input validation and submission. | 4,536 |
callumlocke/json-formatter | Automatically formats JSON data for easier readability in web browsers. | 3,830 |
dougbinks/sjson | A lightweight JSON parser with simplified syntax and faster access times compared to traditional string comparisons | 3 |
coreyasmith/jss-extensible-json-renderings | Demonstrates extending JSON rendering data in Sitecore JavaScript Services | 3 |
apidevtools/json-schema-ref-parser | Tool to parse, resolve, and dereference JSON schema references in JavaScript | 966 |
douglascrockford/jsmin | A filter that removes comments and unnecessary whitespace from JavaScript files. | 697 |