-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
This is valid json:
[
["a", "b", "c"]
]
however, jsony cant parse it.
import jsony
type abc = object
a : string
b : string
c : string
let s = "[["a", "b", "c"]]"
let v = s.fromJson(abc)
echo v
however, this library wasn't made with the json spec in mind.
This should return an array of abc.
Metadata
Metadata
Assignees
Labels
No labels