JsonHelper/AddField
Adds the specified field to a JSON object.
Request Information
Parameters
Name | Description | Type |
---|---|---|
token |
JSON object |
JToken |
field |
Field name |
String |
val |
Field value |
Object |
Response Information
Response Description
Description | Type |
---|---|
JSON object |
JToken |