
Ronald B. answered 06/30/20
College Graduate
Looks like a Javascript object. Give it a name, like weights.
weights { [0,0], [0,1],,,,,,} it is a list of 2 dimensional arrays or tuples. I don't know about 'sage' but objects typically are lists or dictionaries or arrays in various forms. You just have to look at the syntax. And to be compatible with other languages, the format will look similar. Open a JSON file and look at it.