neodix42 / ton4j

Java libraries for interacting with TON blockchain.
GNU General Public License v3.0
65 stars 22 forks source link

Parse BOC into JSON data or parse raw, raw_body into JSON data #47

Open it-honghui opened 2 weeks ago

it-honghui commented 2 weeks ago

Could you please tell me how can I parse BOC into JSON data or parse raw, raw_body into JSON data ? Thanks

neodix42 commented 5 days ago

if you know the structure of BoC, you can deserialize it to Java object, and then Java object to JSON.