I’m writing the JSON-RPC lib :slightly_smiling_fac...
# squarelibraries
b
I’m writing the JSON-RPC lib 🙂 haha
😂 1
g
Maybe make sense to support this on higher level, not on level of parsing. For example if client expect Unit you should parse nothing and just return Unit instance, or something like that
b
I’m doing
parse nothing
Copy code
Unit.also { reader.skipValue() }