mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
5 lines
97 B
V
5 lines
97 B
V
module json2
|
|
|
|
const true_string = 'true'
|
|
const false_string = 'false'
|
|
const null_string = 'null'
|