This website is a read-only preview of RuneLibris. Some features may not work. For more information about the full feature-complete version of this wiki, please visit this link.
(Archive index)
Info/JSON parser
Overview[edit]
JSON parser is a Python script generated by MyNinja.ai and tweaked by manpaint. It is useful to extract data from large .json files that some cache tools output. It accounts for empty json entries[1].
Usage[edit]
Usage of the script as follow[2]:
- Replace data.json with the json file you want to parse
- Run parser.py in CMD
- Data will be outputted in output.txt
Trouble shotting[edit]
Invalid JSON format[edit]
If you get the error Invalid JSON format, ensure that the json file is structured like this[3]:
{"$schema":".schema-objects_batch.json","files":[ (Json data here) ]}