-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi great library, nice performance.
Does it support stringifying a top level array?
I can't see a way to define it in the schema, everything seems to be an object. Equivalent in json schema would be something like:
{
"type": "array",
"items": {
"properties": {
"name": { "type": "string" },
"lastname": { "type": "string" }
},
"required": ["name", "lastname"]
}
}
Thanks!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested