This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
Allow user-defined objects to be encoded and decoded with JSON library #6
Labels
enhancement
New feature or request
Currently the JSON library only supports encoding and decoding of several hard-coded types:
It would be nice to allow user-defined objects as well, and maybe other objects (like
Duration
andTime
).See https://stackoverflow.com/questions/67355048/serializing-deserializing-objects-to-from-json-on-toit-language
The text was updated successfully, but these errors were encountered: