Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bighuang624/simplejsoncompiler
- Owner: bighuang624
- License: mit
- Created: 2017-05-19T07:51:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T04:18:01.000Z (over 7 years ago)
- Last Synced: 2024-11-09T06:18:59.964Z (2 months ago)
- Topics: compiler, json
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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