https://github.com/paalon/paalonjson.jl
A toy JSON parser and dumper to practice making more complex ones.
https://github.com/paalon/paalonjson.jl
json json-dumper json-parser julia
Last synced: 3 months ago
JSON representation
A toy JSON parser and dumper to practice making more complex ones.
- Host: GitHub
- URL: https://github.com/paalon/paalonjson.jl
- Owner: Paalon
- License: mit
- Created: 2024-06-10T05:25:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T13:52:26.000Z (about 2 years ago)
- Last Synced: 2025-03-14T10:14:26.722Z (over 1 year ago)
- Topics: json, json-dumper, json-parser, julia
- Language: Julia
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: LICENSE
Awesome Lists containing this project
README
= PaalonJSON
Paalon's JSON package.
This package is created to practice making parsers.