E-Book, Englisch, 300 Seiten, eBook
FRIESEN Java XML and JSON
1. Auflage 2016
ISBN: 978-1-4842-1916-4
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
E-Book, Englisch, 300 Seiten, eBook
ISBN: 978-1-4842-1916-4
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises.WhatYou'll LearnMaster the XML languageLearn how to validate XML documentsLearn how to parse XML documents with the SAX, DOM, and StAX APIsLearn how to create XML documents with the DOM and StAX APIsLearn how to extract values from XML documents with the XPath APILearn how to transform XML documents with the XSLT APIMaster the JSON formatLearn how to validate JSON documentsLearn how to parse and create JSON documents with the mJson and Gson APIsLearn how to extract values from JSON documents with the JsonPath APIWho This Book Is ForIntermediate or advanced Java programmers/developers.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
Chapter 1: Introducing XML.- Chapter 2: Parsing XML Documents with SAX.- Chapter 3: Parsing and Creating XML Documents with DOM.- Chapter 4: Parsing and Creating XML Documents with StAX.- Chapter 5: Selecting Nodes with XPath.- Chapter 6: Transforming XML Documents with XSLT.- Chapter 7: Introducing JSON.- Chapter 8: Parsing and Creating JSON Objects with mJson.- Chapter 9: Parsing and Creating JSON Objects with Gson.- 10: Extracting JSON Values with JsonPath.- Appendix A: Answers to Exercises.