Qore JSON Module  1.1
 All Classes Namespaces Functions Groups
Qore::Json Namespace Reference

Qore::Json namespace. More...

Classes

class  JsonRpcClient
 The JsonRpcClient class provides easy access to JSON-RPC web services. More...

Functions

string makeFormattedJSONString (any data, *string encoding)
 Serializes qore data into a JSON string, formatted with line breaks for easier readability.
string makeJSONString (any data, *string encoding)
 Serializes qore data into a JSON string, without any line breaks.
nothing parseJSON ()
 This is a variant that is basically a noop, included for backwards-compatibility for functions that ignored type errors in the calling parameters.
any parseJSON (string json_str)
 Parses a JSON string and returns the corresponding Qore data structure.

Detailed Description

Qore::Json namespace.