This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: Examples of usage, clearer description.
Returns an JSON Array with the union of all of the JSON Object keys, or JSON Array values.
json.union(array, array, ...)
json.union(object, object, ...)
Parameters
array - The JSON Arrays to union.
object - The JSON Objects to union.