Merge: model: introduce model_json
authorJean Privat <jean@pryen.org>
Tue, 17 May 2016 20:17:25 +0000 (16:17 -0400)
committerJean Privat <jean@pryen.org>
Tue, 17 May 2016 20:17:25 +0000 (16:17 -0400)
commitc5b902f8e9d18f13e6c3c13c92832cb68a4b9f03
tree0ce05bb2e7e3148188c8722f24f96ff8332733eb
parent2b96b6edd6526a861bca7c0945a6c9348b53b010
parent4b6b9acdaf8d0a0e3d0d0fa1a5cc497d5c6635b7
Merge: model: introduce model_json

This PR makes all model entities Jsonable when `model_json` is imported.

Not sure if I was supposed to use the serialization process or not in this case? @xymus what do you think?

This is mostly hand picked services chosen to provide a comprehensive model representation usable by other tools like nitdoc, nitx, web tools or else.

Pull-Request: #2024
Reviewed-by: Jean Privat <jean@pryen.org>