I am working with javaFX and FXML and I need to get some informations stocked in a JSON file. So I will read and write from the file. Any solution?what to do?
Asked
Active
Viewed 7,867 times
1
-
Duplicate of http://stackoverflow.com/questions/2591098/how-to-parse-json-in-java – James_D Feb 07 '17 at 22:01
-
4Possible duplicate of [How to parse JSON in Java](http://stackoverflow.com/questions/2591098/how-to-parse-json-in-java) – Peter Feb 07 '17 at 22:10
-
same thing with javaFX?! – Ben Mustapha Sabrine Feb 07 '17 at 22:10
-
1@BenMustaphaSabrine Of course. Just because you are using the JavaFX library doesn't prevent you using any other Java libraries. – James_D Feb 07 '17 at 23:08