Search found 1 match
- October 23rd, 2019, 9:08 am
- Forum: Scripts Discussion
- Topic: Best way to parse a large JSON file?
- Replies: 0
- Views: 22833
Best way to parse a large JSON file?
Greetings all, I'm trying to import a fairly large JSON file to use for the creation of (mostly transform property) keyframes. The JSON file is rather simple, it's laid out like: { 'player': 'xxx', 'video': 'xxx', 'tracking': [ { 'x': 99, 'y':99, 'opacity': 100, 'time': 1.532, ... }, ... ] } Where a...