bkuczenski / lca-tools

A Python package for doing stuff with LCA data
GNU General Public License v2.0
18 stars 1 forks source link

proper camelCase for json keys? #3

Closed bkuczenski closed 8 years ago

bkuczenski commented 8 years ago

right now, for instance, we have ReferenceExchange next to dataSetReference; we have tags, but one of the tags is Name, and so on. [how] should this be normalized?

bkuczenski commented 8 years ago

Made top-level keys all firstLowerCamelCase; tag dictionary is CapsCamelCase, but really is at the discretion of the data provider