cyberco

Results 3 issues of cyberco

Since objects are stored using JSON.stringify functions are stripped off. They're lost when the object is restored. This basically blocks the option of storing class instances (or other objects with...

This being my first pull request I hope I'm not making any stupid mistakes. Anyway, thanks for this nice module.

In python/C#/C/Go/... generated code it is possible to create a proto message instance from JSON. E.g. [in Python][1] where you can just do `google.protobuf.json_format.Parse(json, message)`. I would expect the [JavaScript...

enhancement
javascript
json
triaged