Encoder

Encoder provides the method for serializing a D object into JSON format.

Constructors

this
this(Option opt)

Constructs an Encoder object with opt.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

encode
string encode(T value)

Encodes an argument and returns the JSON.

Structs

Option
struct Option

See: http://lloyd.github.io/yajl/yajl-2.1.0/yajl__gen_8h.html#a57c29080044a7231ac0cf1fead4de4b0

Meta