Usage
Given a JSON dataset like:
Code: Select all
{
"dataset": {
"metadata": ["Hello", "World"]
}
}
Code: Select all
dataset.metadata.2
Array access via Frames
You can access arrays based on frame number by making the Key input a SimpleExpression like:
Code: Select all
Text("dataset.metadata." .. time)
In order to access keys with . the separator can be changed.
If the JSON file can not be loaded, or the field is not found a default value can be supplied. It will be returned as fallback by the modifier.
P.S. Reactor and Atomizer is just mind blowing!