JsonSerializerAdd Method |
Name | Description | |
---|---|---|
Add(String, StringCollection) |
Add a StringCollection to the object as a string array.
| |
Add(String, Enum) |
Add an enum property to the object converting the enum value to an int.
| |
Add(String, Int32) |
Add an int property to the object.
| |
Add(String, String) |
Add a string property to the object.
| |
Add(String, String) |
Add a string array property to the object.
| |
Add(String, Boolean, Boolean) |
Add a boolean property to the object converting the bool value to javascript true/false keywords
or 1/0 integers depending on the value of asOneOrZero.
The default is true/false.
|