
Lab #2: Create JSON that is Equivalent to XML that has attributes and entities and namespaces

Use Oxygen to create a JSON document that is
equivalent to this XML:

<Book id="isbn_0-06-064831-7"
      xmlns="http://www.book.org">
    <Title>The First and Last Freedom</Title>
    <Author>J. Krishnamurti</Author>
    <Date>1954</Date>
    <Publisher>Harper &amp; Row</Publisher>
</Book>

When you have finished creating the JSON, check that it is a
correct JSON document (click on the red checkmark in Oxygen).

