jaison icon indicating copy to clipboard operation
jaison copied to clipboard

JSON serialization / deserialization module for Jai

Results 5 jaison issues
Sort by recently updated
recently updated
newest added

Table from `modules/Hash_Table.jai` is empty when parsing typed JSON, it would be great to have support for loading arbitrary data as a Table.

Hello 😊 I am working on creating a Jai client for the [OpenAI API](https://platform.openai.com/docs/api-reference/chat/create), but it seems its currently not possible to represent the required format for them. I am...

Not sure if intentional and I don't have time to debug it, I haven't upgraded jaison since Feb 2024. I used to have a type like this: ```jai MessageEntry ::...

I have a question related to [this issue](https://github.com/rluba/jaison/issues/15), but it since I don't see any fix, I have a question: My case look like this: ``` { persons: { "alice":...

I've seen parsers that allow a catch-all field to be created (in this case of type `JSON_Value` or `Table(string, JSON_Value)`) where unknown fields get put. That might be a nifty...