| |
6502 JSON Parser V1.1.1 [2020] |
Website :
https://commocore.com/repository/6502-json-parser
User rating: | awaiting 8 votes (8 left) |
Credits :
Download :
Look for downloads on external sites:
Pokefinder.org
Summary Submitted by Bago Zonde on 22 March 2020
6502 JSON Parser is a library created to parse valid JSON objects (from stream or memory location). It's written with 64tass cross-assembler.
You can find source code, and details about installation and usage here: https://bitbucket.org/Commocore/6502-json-parser
Features:
- any given length of JSON can be parsed, it also applies to value length
- static or stream parsing mode: JSON object can be downloaded at once before parsing, or can be parsed from open stream which can be useful for heavy responses
- with just one line of code, it's an easy way to store array of strings, or integers in a table, without memory constraints
- escape characters are supported for keys, and values (e.g. quotes escaped by backslash character)
- option to convert ASCII characters to PETSCII, so they can be displayed on screen straight away
- possibility to store not only values, but also keys (including length of these values and keys)
- no zero-page addresses occupied (though it's configurable to do so), so you don't have to care about reserving one, and avoiding variable collisions
- keys length is limited but configurable (up to 256 bytes)
- nesting level of JSON elements up to 256 levels |
|
|
|
| Search CSDb |
| Navigate | |
|
| Detailed Info | |
|
| Fun Stuff | |
· Goofs · Hidden Parts · Trivia
|
|
| Forum | |
|
| Support CSDb | |
|
| |
|