Simple little JSON parser
https://github.com/ZacHooper/mojo-json
Trying to follow Python's json module API to make it easier to convert Python code into Mojo.
GitHub
GitHub - ZacHooper/mojo-json: Json Parser in Mojo
Json Parser in Mojo. Contribute to ZacHooper/mojo-json development by creating an account on GitHub.
2 Replies
Very cool! Have you seen this by Maks? Could be interesting to compare https://gist.github.com/mzaks/c1947212fd23ba010129d2f6b7c0fdfa
Gist
Quick and Dirty JSON parser in Mojo
Quick and Dirty JSON parser in Mojo. GitHub Gist: instantly share code, notes, and snippets.
Ooo nah I haven't will have a look tonight. Want to run some benchmarks as well to see how it actually compares speed wise to the python parser