Was wondering if any progress had been made on JSON patterns since last summer?
I loved the idea and would like to use it a client-side app within
browsers — so any efforts w.r.t a Javascript port would be great to
know about too...
Thanks to Andy and everyone else who've worked on it!
--
love, tav
plex:espians/tav | t...@espians.com | +44 (0) 7809 569 369
http://tav.espians.com | http://twitter.com/tav | skype:tavespian
Thanks anyway for that lib that is very convenient (but lacks some
functions).
Peg
On 8 fév, 14:45, tav <t...@espians.com> wrote:
> Hey all,
>
> Was wondering if any progress had been made on JSON patterns since last summer?
>
> I loved the idea and would like to use it a client-side app within
> browsers — so any efforts w.r.t a Javascript port would be great to
> know about too...
>
> Thanks to Andy and everyone else who've worked on it!
>
> --
> love, tav
>
> plex:espians/tav | t...@espians.com | +44 (0) 7809 569 369http://tav.espians.com|http://twitter.com/tav| skype:tavespian
I found how to do what I wanted afetr reading some posts.
I added boolean value in my json objects { mytest: true, .... }
and add a section that matches (or not ) mytest:
{.section mytest}
// mytest true
{.or}
// mytest false
{.end}