{ "cells": [ { "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ "## JSON Serialization\n", "\n", "In this notebook we will look how JSON can be used in the context of MaterialX interop.\n", "Items to examine include:\n", "\n", "* [Extracting out \"interfaces\" for `nodegraph`s](#nodegraph-interface-extraction)\n", "* [Converting XML to JSON.](#conversion-of-graphs-to-json)\n", "* [Determining a JSON schema.](#obtaining-a-json-schema-for-materialx)\n", "* [Validating JSON data against such as schema](#validating-materialx-json-with-schema)\n", "\n", "
![]() | ![]() |