comparison modules/true.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 false 12 false
13 } 13 }
14 string <- { "true" } 14 string <- { "true" }
15 jsonEncode <- { "true" }
15 } 16 }