This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
Erez Sh 55642be13c Tiny adjustments 3 年前
..
README.md Examples: A minor fix 3 年前
create_standalone.sh Added shebang to example script (Issue #504) 4 年前
json.lark Changing changes from .lrk to .lark 6 年前
json_parser_main.py Tiny adjustments 3 年前

README.md

Standalone example

To initialize, cd to this folder, and run:

	 ./create_standalone.sh

Or:

python -m lark.tools.standalone json.lark > json_parser.py

Then run using:

python json_parser_main.py <path-to.json>