This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Erez Sh e30eef7a53 Commit latest master to v1.0 3 yıl önce
..
README.md Examples: A minor fix 3 yıl önce
create_standalone.sh Added shebang to example script (Issue #504) 4 yıl önce
json.lark Changing changes from .lrk to .lark 6 yıl önce
json_parser_main.py Commit latest master to v1.0 3 yıl önce

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>