JSON RPC
JSON-RPC 2.0 library for C++
|
Files | |
details.h | |
Contains implementation details for the JSON RPC library. | |
dispatcher.cpp | |
Implementation of the dispatcher class. | |
dispatcher.h | |
Defines the JSON RPC dispatcher class. | |
dispatcher_p.h | |
Contains the private implementation details of the JSON RPC dispatcher class. | |
exception.cpp | |
Implementation of the JSON RPC exception class. | |
exception.h | |
Contains the definition of the JSON RPC Exception class. | |
export.h | |
Defines macros for exporting and importing symbols in the JSON RPC library. | |
request.cpp | |
Implements the functionality for handling JSON RPC requests. | |
request.h | |
Defines the structure and functionality for handling JSON RPC requests. | |
utils.cpp | |
Implemenmtation of utility functions for JSON RPC handling. | |
utils.h | |
Utility functions for JSON RPC handling. | |