berdon / zig-json

Simple zig JSON parsing library with a focus on friendly API.
MIT License
27 stars 9 forks source link

Fix for zig 0.13 #9

Open part1zano opened 4 months ago

part1zano commented 4 months ago

This fixes LazyPath behavior. Checked: builds with zig 0.14 (the current-ish development version)

// a side note: thank you for your awesome project!