0
Hello, I wanted to know how to use JSON files, in the Java language, because I need to use them as a database. I just wanted to know how to read and write, that’s all.
0
Hello, I wanted to know how to use JSON files, in the Java language, because I need to use them as a database. I just wanted to know how to read and write, that’s all.
Browser other questions tagged java json
You are not signed in. Login or sign up in order to post.
I hadn’t found that question, thank you
– DoutorWhite
How can I read the file? there does not explain very well
– DoutorWhite
This reading here explains how to "read" the file, GSON is a very simple library, and this example already explains a lot about. If you want something deeper as it works you have this article here He explains in a very practical way how everything works.
– hynzhw