# master **Repository Path**: mirrors_community_bitbucket/master ## Basic Information - **Project Name**: master - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JSON-RPC 2.0 Base Copyright (c) Vladimir Dzhuvinov, 2009 - 2024 Java classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses. Requirements: * Java 1.8 or later * The package depends on the JSON Smart library for JSON encoding and decoding (fork of the popular JSON.simple toolkit, but with more efficient parsing). Visit the library home page for usage, examples and updates: