You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/12 17:55:05 UTC

[Jackrabbit Wiki] Trivial Update of "Jsop" by MichaelDürig

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The "Jsop" page has been changed by MichaelDürig:
http://wiki.apache.org/jackrabbit/Jsop?action=diff&rev1=29&rev2=30

  VALUE    ::= COMPOUND | ATOM
  COMPOUND ::= OBJECT | ARRAY
  ATOM     ::= STRING | NUMBER | "true" | "false" | "null"
- ARRAY    ::= [ (VALUE (, VALUE)*)? ]
+ ARRAY    ::= [ (VALUE ("," VALUE)*)? ]
  
  STRING   ::= /* See RFC 4627, Section 2.5 */
  NUMBER   ::= /* See RFC 4627, Section 2.4 */