mirror of
https://github.com/typst/typst
synced 2025-07-11 22:52:53 +08:00
Refer to json function instead of deprecated json.decode in groups docs (#6552)
This commit is contained in:
parent
51ab5b815c
commit
36ecbb2c8d
@ -205,7 +205,7 @@
|
|||||||
single or double quotes.
|
single or double quotes.
|
||||||
|
|
||||||
The value is always of type [string]($str). More complex data
|
The value is always of type [string]($str). More complex data
|
||||||
may be parsed manually using functions like [`json.decode`]($json.decode).
|
may be parsed manually using functions like [`json`]($json).
|
||||||
|
|
||||||
- name: sym
|
- name: sym
|
||||||
title: General
|
title: General
|
||||||
|
Loading…
x
Reference in New Issue
Block a user