json_rpc_client 1.0.2 copy "json_rpc_client: ^1.0.2" to clipboard
json_rpc_client: ^1.0.2 copied to clipboard

Dart library to write JSON RPC v1 and v2 clients

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_rpc_client

With Flutter:

 $ flutter pub add json_rpc_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  json_rpc_client: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:json_rpc_client/json_rpc_client.dart';
0
likes
100
pub points
68%
popularity

Publisher

unverified uploader

Dart library to write JSON RPC v1 and v2 clients

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on json_rpc_client