JSON-RPC Client for Pharo using NeoJSON and Zinc libraries
# NeoJSONRPC JSON-RPC Client using NeoJSON and Zinc ## Installation ```language=smalltalk Metacello new baseline: 'NeoJSONRPC'; repository: 'github://eMaringolo/NeoJSONRPC'; load. ```