comparison 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
comparison
equal deleted inserted replaced
271:bb4723fec05e 272:bb2b4613fdc8
10 } 10 }
11 not <- { 11 not <- {
12 true 12 true
13 } 13 }
14 string <- { "false" } 14 string <- { "false" }
15 jsonEncode <- { "false" }
15 } 16 }