commit
26f7a4ff89
|
@ -19,7 +19,7 @@ _**Function type:** Type conversion_
|
||||||
import "experimental/json"
|
import "experimental/json"
|
||||||
|
|
||||||
json.parse(
|
json.parse(
|
||||||
data: bytes(v: "{\"\"a\"\":1,\"\"b\"\":2,\"\"c\"\":3}")
|
data: bytes(v: "{\"a\":1,\"b\":2,\"c\":3}")
|
||||||
)
|
)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue