fengb / zCord

Zig ⚡ Discord API with zero allocations in the critical path
MIT License
55 stars 12 forks source link

Dig out JSON parsing as a dependency #7

Closed fengb closed 2 years ago

fengb commented 3 years ago

The streaming parser is better as a separate library. I've been mostly lazy to dig it out, but also I'm not quite sure what to name it.

nektro commented 3 years ago

This already exist as std.json.StreamingParser.

I also have https://github.com/nektro/zig-json that builds on top of it.

fengb commented 2 years ago

Repo created: https://github.com/fengb/zasp