json.intersection
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.
json.intersection() Function
• Introduced in version 1.3b53
Usage
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.