Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bighuang624/simplejsoncompiler

A simple JSON parser that parses JSON text completely and extracts specific information from it
https://github.com/bighuang624/simplejsoncompiler

compiler json

Last synced: 13 days ago
JSON representation

A simple JSON parser that parses JSON text completely and extracts specific information from it

Awesome Lists containing this project

README

        

# SimpleJSONCompiler
一个简单的 JSON 解析器,能够完整地解析 JSON 文本,并且能从中提取特定的信息

使用方法: java -jar jsonCompiler.jar [options] [sourceFile]

options:

* -find , to find the specified value and show its type

the format of for example: \"/RECORDS[35]/countryname\"

* -pretty, to write a json file with better output format