fix example

pull/1725/head
Mariane Previde 2020-10-28 13:52:31 -03:00 committed by GitHub
parent 751c994304
commit c7224ead6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}")
)
```