NeoJSONRPC

Description

JSON-RPC Client for Pharo using NeoJSON and Zinc libraries

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
July 28, 2017
Updated
July 30, 2017

Categories

Web Serialization

README excerpt

# NeoJSONRPC
JSON-RPC Client using NeoJSON and Zinc

## Installation
```language=smalltalk
Metacello
	new
	baseline: 'NeoJSONRPC';
	repository: 'github://eMaringolo/NeoJSONRPC';
	load.
  ```
← Back to results