Victor Brambati
Victor Brambati
@AykutSarac I found a solution:
@NielsKorschinsky Good feature and feedback, I will explore it.
@jonasmateus Now with the new parser algorithm in PR #251 you can have the type of node, in `addNodes()` you can create a object in data called type.
The JSON is key and value and not key, type and value. In the value you need add quotation marks `{ "students": [ { "name": "string", "age": "int", "grade": "int"...