Post
Topic
Board Project Development
Re: Extracting info using RPC
by
achow101
on 15/12/2016, 19:15:58 UTC
You can use a JSON library to parse the output (which is in JSON format) and then pull out the parts that you want. Or you can directly modify the source code for the RPC to only give you the info that you want.