GojsParseTree Issue

Hi Team,

I am using the Gojs library for making a Parse Tree required in my project and I am trying loading this Library In the Neptune planet 9 software(Version:2.2.0) which is a public server but it is blocking the UI by throwing some message Like “Not for Distribution or production use” but there is no error in the code since the rest of the Ui loading correctly except the Tree. Attaching the screenshot below for reference.

.

What you are seeing is just a reminder that you need to purchase a license for support and to remove the watermark. GoJS is not FOSS software.

I don’t know why you are not seeing results like:

I suggest that you step through your code to see where it fails.

Maybe Model.fromJson failed because your JSON-formatted text string has a syntax error, causing JSON.parse to fail?