mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
docs update
This commit is contained in:
parent
b9ad9f18c2
commit
852123d6d3
@ -7,7 +7,7 @@ pkpy has two JSON modules.
|
|||||||
1. The built-in JSON module is always available and can be imported via `import json`.
|
1. The built-in JSON module is always available and can be imported via `import json`.
|
||||||
2. After `v1.2.7`, you can set `PK_USE_CJSON` to `ON` in CMakeLists.txt to enable an alternative JSON module `cjson`.
|
2. After `v1.2.7`, you can set `PK_USE_CJSON` to `ON` in CMakeLists.txt to enable an alternative JSON module `cjson`.
|
||||||
|
|
||||||
Their interfaces are the same, `cjson` is faster while the built-in `json` is more stable since it was developed earlier.
|
**Their interfaces are the same.** `cjson` is faster while the built-in `json` is more stable since it was developed earlier.
|
||||||
|
|
||||||
### `json.loads(s)`
|
### `json.loads(s)`
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ output: .retype
|
|||||||
url: https://pocketpy.dev
|
url: https://pocketpy.dev
|
||||||
branding:
|
branding:
|
||||||
title: pocketpy
|
title: pocketpy
|
||||||
label: v1.2.6
|
label: v1.2.7
|
||||||
logo: "./static/logo.png"
|
logo: "./static/logo.png"
|
||||||
favicon: "./static/logo.png"
|
favicon: "./static/logo.png"
|
||||||
meta:
|
meta:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user