diff modules/false.tp @ 272:bb2b4613fdc8

Added support for encoding integers and booleans as JSON
author Michael Pavone <pavone@retrodev.com>
date Sat, 19 Jul 2014 20:18:34 -0700
parents 1417f13f219c
children
line wrap: on
line diff
--- a/modules/false.tp	Sat Jul 19 19:59:51 2014 -0700
+++ b/modules/false.tp	Sat Jul 19 20:18:34 2014 -0700
@@ -12,4 +12,5 @@
 		true
 	}
 	string <- { "false" }
+	jsonEncode <- { "false" }
 }