Import JSON data as labels and tags

So I have albums as single FLAC files, and I have JSON files containing the segment data (timestamps) for track splitting as well as the tags (artist/album etc). Is is possible to use this to split them in audacity?

Segment data and track titles are most critical, the rest can be easily added afterwards. I hope this is the right forum for my question. Thanks for any help.

There’s no built-in way for Audacity to read JSON files.
If you can program in Python, then I think it would be possible to create a Python script to tell Audacity what to do.