This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
Note: This function can only be used in a Trusted Macro
Traverses a JSON array or JSON object and evaluates any macro code or rolls contained within. All macro code and rolls are evaluated against the current token.
json.evaluate(array)
json.evaluate(object)
Parameters
array - The JSON array which has its contents evaluated.
object - The JSON object which has its contents evaluated.