client/json_newline_transformer library

Classes

ContinuousJsonDecoder
This class parses JSON strings and builds the corresponding objects.

Constants

powersOfTen → const List<double>

Properties

jsonNewlineDocument → StreamChannelTransformer<Object?, String>
A StreamChannelTransformer similar to the default jsonDocument transformer that is built in to stream_channel, but adds a newline at the end of the JSON document, per Electrum's RPC requirement.
final