blender-actions-to-json icon indicating copy to clipboard operation
blender-actions-to-json copied to clipboard

Use `import json` instead of writing our own JSON string

Open chinedufn opened this issue 6 years ago • 0 comments

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.

chinedufn avatar Jun 10 '18 16:06 chinedufn