Discussion:
State of JSON Patterns?
tav
2010-02-08 13:45:15 UTC
Permalink
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 | tav-***@public.gmane.org | +44 (0) 7809 569 369
http://tav.espians.com | http://twitter.com/tav | skype:tavespian
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
peg
2010-02-17 11:17:29 UTC
Permalink
Hi,
I was wondering the same thing.
I'm using it in a small project and ask myself if I should continue.
I need some facilities like {.section prop==value } or something like
that to generate specific code.

Thanks anyway for that lib that is very convenient (but lacks some
functions).
Peg
Post by tav
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
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
peg
2010-02-18 15:11:04 UTC
Permalink
well sorry for noise !

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}
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
Loading...