jison
Parser generator
A tool for generating JavaScript parsers from grammars
Bison in JavaScript.
4k stars
108 watching
450 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gerhobbelt/jison | An API for creating parsers in JavaScript that generates bottom-up parsers from grammar files | 118 |
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,790 |
douglascrockford/json-js | A set of utilities and functions for working with JSON data in JavaScript | 8,701 |
sbjson/sbjson | A JSON parser and generator that allows stream-based parsing of large documents into smaller chunks. | 3,728 |
google/gson | A Java library for converting objects to and from JSON data | 23,385 |
callumlocke/json-formatter | Automatically formats JSON data for easier readability in web browsers. | 3,803 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
pegjs/pegjs | A tool for generating fast parsers with excellent error reporting from JavaScript code | 4,829 |
kach/nearley | A toolkit for building efficient and powerful parsers in JavaScript. | 3,607 |
stleary/json-java | Provides a reference implementation of JSON parsing and generation in Java | 4,535 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
argonaut-io/argonaut | A library for parsing and manipulating JSON data in Scala. | 547 |
akheron/jansson | A JSON data processing library with a simple API and full Unicode support | 3,087 |
josdejong/jsoneditor | A web-based tool for editing and validating JSON data | 11,630 |
rs/zerolog | Provides fast and simple logging with JSON output, minimizing allocations and reflection. | 10,639 |