FusionJSON is a node based JSON library for Blackmagic Design Fusion.
- Kristof Indeherberge
- Cédric Duriau
- Clone or download the repository.
- Set the absolute path of the ./fusion directory into the Fusion UserPaths: path mapping.
Fuses
jsonfromfile.fuse
: Fuse to read a JSON string from a file.jsonget.fuse
: Fuse to get the value of a key in a JSON table.jsonset.fuse
: Fuse to set a key value pair in a JSON table.jsontofile.fuse
: Fuse to write a JSON string into a file.
Modules/Lua
jsonutils.lua
: Core module for JSON operations.