internal.attribute

the jsonize struct is used as an attribute to mark serialized members

Members

Structs

jsonize
struct 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"

Meta