Click or drag to resize
JsonEncoder Class
Classes responsible for JSON encoding.
Inheritance Hierarchy
SystemObject
  Dextronet.JsonieJsonEncoder

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public class JsonEncoder

The JsonEncoder type exposes the following members.

Constructors
  NameDescription
Public methodJsonEncoder
Creates new encoder with given options.
Top
Methods
  NameDescription
Public methodEncode
Serializes JSON value into JSON string.
Top
See Also