Name

adams.flow.transformer.SetJsonValue


Synopsis

Sets a value in a JSON object, using the specified path.
The value can be either supplied as string using the 'value' property, obtained from a callable actor (property 'source') or from a storage item (property 'storage').


Additional information

Flow input/output:
- input: net.minidev.json.JSONObject, java.lang.String
- output: net.minidev.json.JSONObject


Options