json.union: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Initial write-up.) |
No edit summary |
||
Line 21: | Line 21: | ||
}} | }} | ||
[[Category:JSON Function]] |
Revision as of 13:10, 27 June 2009
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.
json.union() Function
• Introduced in version 1.3b53
Usage
json.union(array, array, ...)
json.union(object, object, ...)
Parameters
array
- The JSON Arrays to union.object
- The JSON Objects to union.