-
Hi, first of all, a big HiFi (virtually) on the project. I was wondering how to parse (marshal, unmarshal) a JSON string passed from Go to uGo. Could you please elaborate on it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, @ssharish 😄 thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
json
module was introduced 8 months ago. Please see the json doc from https://github.com/ozanh/ugo/blob/main/docs/stdlib.mdSorry for the poor documentation, I don't have much time to improve it.
json
module was inspired by Go's json package and adapted to uGO.