Usage
Add this to your Cargo.toml:
[]
= "0.1"
Description
This crate is a Rust implementation of the jsurl serialization format. It is a more compact and human-readable alternative to plain URL encoding for including JSON in URLs.
Example
use ;
use json;
let obj = json!;
let serialized = serialize;
assert_eq!;
let deserialized = deserialize.unwrap;
assert_eq!;
License
Dual-licensed for compatibility with the Rust project.
Licensed under the Apache License Version 2.0: http://www.apache.org/licenses/LICENSE-2.0, or the MIT license: http://opensource.org/licenses/MIT, at your option.