Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cinemast/json-rpc-stub
JSON-RPC stubgenerator for client and server
https://github.com/cinemast/json-rpc-stub
Last synced: about 1 month ago
JSON representation
JSON-RPC stubgenerator for client and server
- Host: GitHub
- URL: https://github.com/cinemast/json-rpc-stub
- Owner: cinemast
- License: mit
- Created: 2019-07-29T10:32:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-07T10:57:21.000Z (over 5 years ago)
- Last Synced: 2024-06-19T05:29:46.031Z (6 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**THIS IS A WORK IN PROGRESS; DO NOT USE THIS**
# json-rpc-stub
JSON-RPC stubgenerator for client and server## Dependencies
- `npm install -g quicktype`
## TODO:
- Types generation for C++ based on JSON-Schema
- primitive json pointer implementation for referencing types accross json documents
- Normalize function names
- Define CLI Interface