You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a web platform that can build complex webapp with simple expression. Blockly is promising to be integrated with my platform to visually generate the expression to further reduce learning curve for beginners. Just one concern is how can Blockly representation a JSON object, such as o.a.b, or more complexly o.a[b[c]].d?
The text was updated successfully, but these errors were encountered:
Object and Class representations are not something Blockly supports directly (there's actually a very old feature request for this #115 ). We probably won't tackle it anytime soon, but if you ask on the forum someone else may have built their own version of it and be able to give you some suggestions.
I have a web platform that can build complex webapp with simple expression. Blockly is promising to be integrated with my platform to visually generate the expression to further reduce learning curve for beginners. Just one concern is how can Blockly representation a JSON object, such as o.a.b, or more complexly o.a[b[c]].d?
The text was updated successfully, but these errors were encountered: