Closed OrkhanAlikhanov closed 6 years ago
GraphJSON is read-only as of now. It should support writing as well.
GraphJSON
let json = GraphJSON(...) json.user.name = "Orkhan" json.user.age= 20
Linking this feature request https://github.com/CosmicMind/Graph/issues/110. Let's follow this issue. Closing #110.
Solved in https://github.com/CosmicMind/Graph/pull/150#pullrequestreview-145496063.
GraphJSON
is read-only as of now. It should support writing as well.