jvanderkallen / json-formatter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Formatter

Lexer and parser are based on RFC 4627.

Installation

$ pip3 install -r requirements.txt

Development

$ antlr4 -Dlanguage=Python3 Json.g4

Usage

$ python3 json-formatter.py file.json

About

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:ANTLR 2.1%