summaryrefslogtreecommitdiff
path: root/jcnf/yajl/cases/nulls_and_bools.json
diff options
context:
space:
mode:
Diffstat (limited to 'jcnf/yajl/cases/nulls_and_bools.json')
-rw-r--r--jcnf/yajl/cases/nulls_and_bools.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/jcnf/yajl/cases/nulls_and_bools.json b/jcnf/yajl/cases/nulls_and_bools.json
new file mode 100644
index 0000000..65eb01f
--- /dev/null
+++ b/jcnf/yajl/cases/nulls_and_bools.json
@@ -0,0 +1,5 @@
+{
+ "boolean, true": true,
+ "boolean, false": false,
+ "null": null
+}