JsonR is a JSON implementation that deals with multiple / circular references
JSONR is the JSON serialization language plus refs.
JSON with references
Vite plugin to transform JSX/TSX to JSON for react-jsonr
Event handler mapping plugin for React-JSONR
A plugin-based JSON to React component renderer
JSON with references
rapidjson parser and geneartor, for javascript BigInt
JSON with references
[](https://gitter.im/jsonresume/public?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://www.npmjs.com/package/@duckcoin/ton)
Read and Write JSON in realtime
A CLI tool that will be used by Topcoder members to submit their solutions on challenges.
A printable theme for JSON Resume
A simple library to do extensive things with JSON.
A CLI tool that will be used by Topcoder members to submit their solutions on challenges.
A CLI tool that will be used by Topcoder members to submit their solutions on challenges.
Macros for #[derive(JsonSchema)], for use with schema_jsonrs
Json parser
Generate JSON Schemas from Rust code
A battery-included JSON-RPC framework for Rust
A battery-included JSON-RPC framework for Rust
Rust client for interacting with the Aerium blockchain via JSON-RPC
A performance oriented websocket json-rpc router
An asynchronous JSON-RPC 2.0 client library
An asynchronous JSON-RPC 2.0 server library
Transport agnostic rust implementation of JSON-RPC 2.0 Specification.
Rust http server using JSONRPC 2.0.
Helper macros for jsonrpc-core
A replacement for RJS templates using JSON.
A Rack middleware for providing enhanced JSONP-type access, but with get, post, put, and delete verbs as well as http status, headers, and a json body that can be read when there are errors.
Simple JSON-RPC 2.0 client implementation
== Description A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be defined as mountable Rack applications with inline documentation, authentication and type checking. e.g. class Calculator < JSONRPC2::Interface title "JSON-RPC2 Calculator" introduction "This interface allows basic maths calculations via JSON-RPC2" auth_with JSONRPC2::BasicAuth.new({'user' => 'secretword'}) section 'Simple Ops' do desc 'Multiply two numbers' param 'a', 'Number', 'a' param 'b', 'Number', 'b' result 'Number', 'a * b' def mul args args['a'] * args['b'] end desc 'Add numbers' example "Calculate 1 + 1 = 2", :params => { 'a' => 1, 'b' => 1}, :result => 2 param 'a', 'Number', 'First number' param 'b', 'Number', 'Second number' optional 'c', 'Number', 'Third number' result 'Number', 'a + b + c' def sum args val = args['a'] + args['b'] val += args['c'] if args['c'] val end end end
A server and client implementation of the JsonRpc 2.0 protocol.
Integrates into Rails, allowing you to render JSON-RPC responses and validate incoming requests according to the JSON-RPC 2.0 specification. Includes middleware for strict request validation and a custom renderer. Designed for Rails 8+.
Very simple JSON RPC client implementation
JsonRpc 2.0 TCP client and server
initial deploiment
jsonrpctcp provides a simple JSON-RPC 2.0 synchronous client. Everytime a command is sent, it will open a TCPSocket, send it and read the response.
A simple JSON-RPC library, which defaults to using Faraday for the http-client wrapper.
Ruby client for jsonrates.com
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.