Skip to content

SUT BP's project: java tools for JSON/XML parsing, value counting and structure comparison

License

Notifications You must be signed in to change notification settings

forkingachild/bp-json-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUT BP (JSON/XML)

minimal Java tools for parsing JSON/XML, counting values and comparing structures

project structure

  • taskX.java: main implementation for JSON/XML tasks
  • tasks/taskX.md: descriptions of each task
  • test_cases/taskX/in/: input test cases
  • test_cases/taskX/out/: expected outputs

usage

compile and run the Java files as needed:

javac task1.java
java task1

modify the input files in test_cases/ to test with different data

About

SUT BP's project: java tools for JSON/XML parsing, value counting and structure comparison

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages