jsonize

use @jsonize to mark members to be (de)serialized from/to json use @jsonize to mark a single contructor to use when creating an object using extract use @jsonize("name") to make a member use the json key "name"

struct jsonize {}

Members

Variables

key
string key;
Undocumented in source.

Meta