Mnova json demonstration page

This page reads the json serialization of Mnova document.

J-graph output

Brush horizontally to zoom and double-click to restore the full spectrum.

Make your own view of Mnova spectra

- Use "Save as" in Mnova >=14.1 and select the relevant (*.json) entries or use Mnova scripting:
serialization.save("c:/santonin.mol", "mol"); // for JSmol
serialization.save("c:/santonin_molecule.json", "JSON Molecule (*.json)") // for the J-graph
serialization.save("c:/santonin_spectrum.json", "JSON NMR (*.json)") // for the spectrum 
- Then edit this file to read your files.