This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
Erez Sh 55642be13c Tiny adjustments před 3 roky
..
README.md Examples: A minor fix před 3 roky
create_standalone.sh Added shebang to example script (Issue #504) před 4 roky
json.lark Changing changes from .lrk to .lark před 6 roky
json_parser_main.py Tiny adjustments před 3 roky

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>