To be honest, I'm not aware of what Pivot uses being a common extension,
I've only ever seen it in Pivot.
What Pivot actually seems to support is actually a hybrid of CSS and JSON,
which is OK, but it makes answering questions like Sandro's quite
subjective, IMHO


Cheers,
Chris


2009/4/8 Greg Brown <[email protected]>

> >This means that the existing JSON based preferences files are incorrect.
> > They currently look like this:
> >
> >{
> >    key1 : "Value1",
> >    key2 : "Value2"
> >}
> >
> >Really they should look like this:
> >{
> >    "key1" : "Value1",
> >    "key2" : "Value2"
> >}
>
> We support both styles. I believe this is a common extension to the JSON
> standard. We also support single-quoted string values, because it is easier
> to use them in WTKX:
>
> <Label styles="{color:'#ff0000'}"/>
>
>
>

Reply via email to