Skip to content

ArTitoff/JSON_file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here, the following tasks are implemented:

  1. Using the Jackson library, write a Java program that parses a JSON file (books.json) and saves the data to a Java collection.
  2. Convert the data from this collection to XML using the JAXB library. Save the resulting XML to a file.
  3. Using any parser (DOM, SAX, StAX), parse the data in a Java application and output to the console information about the book with the largest number of pages.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%