mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-12-18 19:02:27 +00:00
8 lines
105 B
JSON
8 lines
105 B
JSON
|
{
|
||
|
"true": true,
|
||
|
"false": false,
|
||
|
"num": 12.5,
|
||
|
"str": "foo bar",
|
||
|
"table": [ "one", "two", "three" ]
|
||
|
}
|