Is there a way to export or backup the column formatting JSON that has been applied to SharePoint list columns?
Obviously, column formatting is so useful that it is often applied to lots of lists, and in dynamic environments the values change often.
Apart from manually copying and pasting the JSON values for each column in each list into a JSON file, is there a way to export or backup column formatting JSON values?



Layoutview is a JSON object). So if I have a SharePoint list, and 5 columns have column formatting, there would be 5 JSON objects. (If I also modifiedGalleryview, there would be another JSON object). So any method that simplifies retrieving all JSON objects associated with a list (eg as an 'export' or 'backup') would be great. As long as it is clear which JSON is associated with which List, Column, View etc, I think any method is fine.