This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Erez Sh 55642be13c Tiny adjustments il y a 3 ans
..
README.md Examples: A minor fix il y a 3 ans
create_standalone.sh Added shebang to example script (Issue #504) il y a 4 ans
json.lark Changing changes from .lrk to .lark il y a 6 ans
json_parser_main.py Tiny adjustments il y a 3 ans

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>