Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/as400jplpc/zig_demojson
ZIG-LANG essai JSON
https://github.com/as400jplpc/zig_demojson
demo json zig ziglang
Last synced: 5 days ago
JSON representation
ZIG-LANG essai JSON
- Host: GitHub
- URL: https://github.com/as400jplpc/zig_demojson
- Owner: AS400JPLPC
- Created: 2023-08-09T17:28:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-29T10:37:44.000Z (7 months ago)
- Last Synced: 2024-11-28T10:10:59.529Z (2 months ago)
- Topics: demo, json, zig, ziglang
- Language: Zig
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zig_demoJson
**ZIG-LANG essai JSON **
Good morning,
I needed to make a program and work with JSON.
I was inspired by this code, it was good.
[ziggit.dev](https://ziggit.dev/t/here-is-my-mostly-complete-json-parsing-utility/1334/10)
thank you
[logger](https://github.com/kissy24/zig-logger)
Since there aren't many examples, that does the job from start to finish.
This demonstration applies to the possibility of saving and reading JSON.
To put in a structure and see how to make a JSON
I kept it simple, it's not a work of abstraction, but something that can be incorporated into a module incorporating into a model.
Thanks to everyone who helped me.# UPDATE ZIG V 0.13.0