Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17195236
Topic
1717184
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.