Skip to content

Please, document, how to define a custom schema types #8

Description

@svetlyak40wt

For example, I'm using YASON to parse data from API and then want to define a schema which will unserialize this data into CL objects or serialize them back to arrays and hash-tables.

To make this process reverable, I have to use the feature of YASON, when it for booleans returns yason:true or yason:false symbols and for null returns a :null keyword.

I want these fields to be represented on CL side as NIL, and T. And to do this, I'd like to define some way a new schemas - something like yason-boolean and yason-null. There is no reason to put these definitions into schemata library I just want to extend it in my library which need this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions