<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Java XML and JSON</title>
    <subTitle>document processing for java SE</subTitle>
  </titleInfo>
  <name type="personal">
    <namePart>Friesen, Jeff</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xxu</placeTerm>
    </place>
    <place>
      <placeTerm type="text">New York</placeTerm>
    </place>
    <publisher>Apress</publisher>
    <dateIssued>2022</dateIssued>
    <dateIssued encoding="marc">2019</dateIssued>
    <edition>2nd ed.</edition>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <extent>xviii, 528p. ; 25 cm.</extent>
  </physicalDescription>
  <abstract>Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of Java XML and JSON also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P 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. What You'll Learn: Master the XML language Create, validate, parse, and transform XML documents Apply Java's SAX, DOM, StAX, XPath, and XSLT APIs Master the JSON format for serializing and transmitting data Code against third-party APIs such as Jackson, mJson, Gson, JsonPath Master Oracle's JSON-P API in a Java SE context.</abstract>
  <note type="statement of responsibility">By Jeff Friesen.</note>
  <subject authority="lcsh">
    <topic>Introducing XML</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Parsing xml documents with SAX</topic>
  </subject>
  <subject authority="lcsh">
    <topic>Selecting nodes with Xpath</topic>
  </subject>
  <subject>
    <topic/>
  </subject>
  <subject>
    <topic/>
  </subject>
  <subject>
    <topic>T</topic>
  </subject>
  <classification authority="ddc" edition="1">006.671 FRIJ</classification>
  <relatedItem type="otherFormat">
    <titleInfo>
      <title>Java XML and JSON : document processing for Java SE</title>
    </titleInfo>
    <identifier type="local">(DLC)  2018968598</identifier>
  </relatedItem>
  <relatedItem type="otherFormat"/>
  <relatedItem type="otherFormat"/>
  <identifier type="isbn">9781484243305</identifier>
  <identifier type="lccn">2019767663</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">DLC</recordContentSource>
    <recordCreationDate encoding="marc">190110</recordCreationDate>
    <recordChangeDate encoding="iso8601">20220420113854.0</recordChangeDate>
    <recordIdentifier source="OSt">21936630</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
