øJ
Characters: ø, J
ø
J
Parse a JSON string into a Vyxal object
str
json.loads(a)
`[1, 2, 3]` øJ
⟨1|2|3⟩
`{"a": 1, "b": 2}` øJ
⟨`a`|`b`⟩