Skip to content

Building a .jimage with spork dependency #1453

Answered by CFiggers
kredati asked this question in Q&A
Discussion options

You must be logged in to vote

I ran into this exact issue and to solve it I ended up making a pure-Janet library for JSON encoding and decoding called Jayson. The API is (almost) identical to spork/json, with the one exception that Jayson uses :json/null to represent JSON Null rather than spork/json's :null. Because it's pure Janet, it works with .jimage files no problem.

Feel free to give Jayson a try and see if it solves your problem—I'm also interested to know if anyone else has a solution for this problem that I didn't think of. 🙂

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kredati
Comment options

@sogaiu
Comment options

@welcome-linja
Comment options

Answer selected by kredati
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants