CosmicMind / Graph

Graph is a semantic database that is used to create data-driven applications.

Home Page:http://cosmicmind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphJSON write support

OrkhanAlikhanov opened this issue · comments

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

let json = GraphJSON(...)
json.user.name = "Orkhan" 
json.user.age= 20

Linking this feature request #110. Let's follow this issue. Closing #110.