This project aims to enable languages that don't have native gRPC support (LabVIEW, MATLAB, etc.) to communicate with gRPC services using JSON via a shared C/C++ library.
Languages that have their own protobuf compilers should not use this library.
For a general introduction to gRPC with JSON, visit the Getting Started Guide.
grpc-json-client-matlab - MATLAB implementation
Download the latest release binaries from the releases page.
To build the project from source, follow the instructions in BUILDING.md.
The library entrypoints are detailed in grpc_json_client.h. Place the shared library in a location where your program can load it then use your language's C interop tools to make the appropriate library calls.