jsonizer.jsonize

Enables marking user-defined types for JSON serialization.

Public Imports

jsonizer.internal.attribute
public import jsonizer.internal.attribute;
Undocumented in source.

Members

Mixin templates

JsonizeMe
mixintemplate JsonizeMe(alias ignoreExtra = JsonizeIgnoreExtraKeys.yes)

Generate json (de)serialization methods for the type this is mixed in to. The methods _toJSON and _fromJSON are generated.

Meta

Authors

<a href="https://github.com/rcorre">rcorre</a> * License: <a href="http://opensource.org/licenses/MIT">MIT</a> * Copyright: Copyright © 2015, rcorre

Date

Date: 3/23/15