Pike Module Reference: module version 1, prepared
2012-02-04
| MODULE Public.Parser |
Modules JSON2
|
|
| MODULE Public.Parser.JSON2 |
|
Description
This module has been merged into Pike 7.8 and is not maintained anymore.
The same functionality is now available in Standards.JSON. This module
uses Standards.JSON internally now. It is available only for those who
do not want to update their code.
-
Variables
object Public.Parser.JSON2.null object Public.Parser.JSON2.true object Public.Parser.JSON2.false
- Description
Objects representing the three JSON literals null, false
and true. They should behave as exprected in boolean context.
-
Constants
constant
Public.Parser.JSON2.HUMAN_READABLE
constant
Public.Parser.JSON2.ASCII_ONLY
- Description
May be passed to render() and render_utf8() as a flag. Makes output
readable by inserting spaces and newlines.
|
|