RPTools

Personal tools
From MapToolDoc

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

Returns a JSON Array with the intersection of all of the JSON Object keys or JSON Array values.

Usage

  1. json.intersection(array, array, ...)
  1. json.intersection(object, object, ...)

Parameters


See Also

json.difference()