blender-actions-to-json
blender-actions-to-json copied to clipboard
Use `import json` instead of writing our own JSON string
Back when I wrote this python script I didn't realize that I could just import json
so the JSON serialization is unnecessarily complex.
Use import json
and clean things up.