Use JSON methods to add and adjust JSON objects in your automations.
Components
Component | Description |
JSONUtils | Provides methods for working with JSON objects. |
Methods
Method | Description |
DeserializeObject | Deserializes a JSON string into an object of the given
type. |
GetValueFromJSON | Parses a value out of the JSON string that you provide for the
specified key. |
Parse | Loads a JObject from a string that contains JSON. |
SerializeObject | Serializes an object into a JSON string. |
SetValueInJSON | Sets a value for a JSON key that is in a JSON string. |