mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-12 14:09:06 +02:00
This commit uses protobuf’s jsonpb library rather than the built-in json/encoding library to print the JSOn representation of the responses from gRPC. By using this library, we are now able to properly display any values from the response which are “non-truthy” (0, false, etc).