Pike Module Reference: module version 0.2, prepared
2012-02-04
| MODULE Public.Parser |
Modules JSON
|
|
| MODULE Public.Parser.JSON |
Methods decode() encode()
|
-
Method decode
mapping Public.Parser.JSON.decode(string s)
- Description
Parses a JSON-formatted string and returns the corresponding mapping.
-
Method encode
string Public.Parser.JSON.encode(object|mapping o)
- Description
Converts an object or mapping to a JSON-formatted string.
|
|