Java API for JSON (JSR 353) (Java EE 7)

Topics

  • What is and Why JSON? 
  • Object Model API
  • Streaming API T

What is and Why JSON?

  • JSON is a data exchange format widely used in web services and other connected applications 
    • Open standard 
    • Easy to read and write 
  • RESTful web services use JSON extensively as the preferred data format over XML 
    • More compact than XML 
    • Easier to deal with in JavaScript than XML

You must have an active subscription to download PDF and Lab Zip of this course topic.Please click the "Subscribe" button or the "Login" button if you already have an account.