11 lines
203 B
Markdown
11 lines
203 B
Markdown
|
# Module - "json"
|
||
|
|
||
|
```golang
|
||
|
json := import("json")
|
||
|
```
|
||
|
|
||
|
## Functions
|
||
|
|
||
|
- `parse(v)`: Parses the JSON string and returns an object.
|
||
|
- `stringify(v)`: Returns the JSON string representation of the object.
|