Answers for "examples of messages formatted using JSON (JavaScript Object Notation)."

0

examples of messages formatted using JSON (JavaScript Object Notation).

// examples of messages formatted using JSON (JavaScript Object Notation):
{
    "glossary": {
        "title": "example glossary",
		"GlossDiv": {
            "title": "S",
			"GlossList": {
                "GlossEntry": {
                    "ID": "SGML",
					"SortAs": "SGML",
					"GlossTerm": "Standard Generalized Markup Language",
					"Acronym": "SGML",
					"Abbrev": "ISO 8879:1986",
					"GlossDef": {
                        "para": "A meta-markup language, used to create markup languages such as DocBook.",
						"GlossSeeAlso": ["GML", "XML"]
                    },
					"GlossSee": "markup"
                }
            }
        }
    }
}
Posted by: Guest on July-13-2021

Code answers related to "examples of messages formatted using JSON (JavaScript Object Notation)."

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language