hanson
JSON variant
An extended JSON format with optional quotes, multi-line strings and comments.
JSON for Humans - with unquoted identifiers, multi-line strings and comments
153 stars
4 watching
6 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
lloyd/jsonselect | A CSS-like selector language for JSON documents, aiming to provide an intuitive and expressive syntax while maintaining efficiency. | 1,593 |
marianoguerra/json.human.js | Converts JSON objects into human-readable HTML representations. | 976 |
gummesson/tap-json | Formats JSON output to conform to the Test Anything Protocol (TAP) standard | 26 |
davidtimovski/json-formatter | A desktop application for formatting JSON strings in a user-friendly way | 25 |
therealklanni/jp | A commandline tool for parsing JSON from various sources | 51 |
jprichardson/string.js | Provides additional string manipulation methods in JavaScript without modifying the native prototype. | 1,809 |
mohsen1/json-formatter | A directive for rendering JSON objects in HTML with collapsible navigation | 372 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
iolivernguyen/ujson | Transforms unstructured JSON data into a format suitable for use with JavaScript | 76 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 171 |
antonholmquist/jason | A JSON parsing and manipulation library for the Go programming language | 1,142 |
d3x0r/json6 | An extension to JSON format designed to improve readability and maintainability by incorporating syntax features from ECMAScript 6. | 237 |