CosmicMind / Graph

Graph is a semantic database that is used to create data-driven applications.
http://cosmicmind.com
MIT License
873 stars 72 forks source link

GraphJSON write support #148

Closed OrkhanAlikhanov closed 6 years ago

OrkhanAlikhanov commented 6 years ago

GraphJSON is read-only as of now. It should support writing as well.

let json = GraphJSON(...)
json.user.name = "Orkhan" 
json.user.age= 20
daniel-jonathan commented 6 years ago

Linking this feature request https://github.com/CosmicMind/Graph/issues/110. Let's follow this issue. Closing #110.

daniel-jonathan commented 6 years ago

Solved in https://github.com/CosmicMind/Graph/pull/150#pullrequestreview-145496063.