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, and clearer description.
Returns a JSON Array with the intersection of all of the JSON Object keys or JSON Array values.
json.intersection(array, array, ...)
json.intersection(object, object, ...)
Parameters
array - A JSON Array used in the intersection.
object - A JSON Object used in the intersection.