Trait reql::commands::Json [] [src]

pub trait Json {
    fn json<T>(&self, json_string: T) -> Client where T: ToArg;
}

Parse a JSON string on the server

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors