fix example
parent
751c994304
commit
c7224ead6e
|
|
@ -19,7 +19,7 @@ _**Function type:** Type conversion_
|
|||
import "experimental/json"
|
||||
|
||||
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