Method Standards.JSONPath.EmbeddedQuery()->apply()
classStandards.JSONPath.EmbeddedQuery
- Method
apply
stringapply(mixedjson_val,string|voidseparator)- Description
Apply the compiled template on a JSON value.
- Parameter
json_val JSON-value to apply the template on.
- Parameter
separator Separator in case of multiple values. Defaults to
", ".- Note
Values that are not strings are inserted as JSON values.
- Returns
Returns the template applied on
json_val.