core-lightning/contrib/pyln-client/pyln
Christian Decker 748caf91d3 pyln-client: Add support to monkey patch the JSONEncoder
Several times we had issues with plugins not being able to re-encode an RPC
result because they forgot to use the custom encoder class. This allows us to
patch the JSONEncoder when we start the RPC or the plugin and automagically
support classes that provide a `to_json` method.
2020-09-23 14:45:12 +09:30
..
client pyln-client: Add support to monkey patch the JSONEncoder 2020-09-23 14:45:12 +09:30