Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

json whitespace code

Insignificant whitespace is allowed before or after any of the six
structural characters.

   ws = *(
             %x20 /              ; Space
             %x09 /              ; Horizontal tab
             %x0A /              ; Line feed or New line
             %x0D                ; Carriage return
         )
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #json #whitespace #code
ADD COMMENT
Topic
Name
2+7 =