How to Install
Navigate to your Zig project directory. e.g., cd my_awesome_project
Install the Nightly Version
Fetch jsonic as external package dependency by running:
Install the Release Version
Fetch jsonic as external package dependency by running:
Make sure to edit v0.0.0
with the latest release version.
Import Module
Now, import jsonic as external package module to your project by coping following code: