Developer_release_1.4.0
Class mint.bindings.json_wrapper
JSON utilities.
Methods
mint.bindings.json_wrapper:diff (source, target) | Creates a JSON Patch so that value source can be changed into the value target by calling patch function. |
Methods
- mint.bindings.json_wrapper:diff (source, target)
-
Creates a JSON Patch so that value source can be changed into the value
target by calling patch function.
Parameters:
Returns:
-
table
A JSON patch to convert the source to target
Usage:
json:diff(source, target)