Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object representation with Blockly #3347

Closed
kenyxy opened this issue Oct 28, 2019 · 1 comment
Closed

Object representation with Blockly #3347

kenyxy opened this issue Oct 28, 2019 · 1 comment
Labels
issue: feature request Describes a new feature and why it should be added

Comments

@kenyxy
Copy link

kenyxy commented Oct 28, 2019

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?

@kenyxy kenyxy added issue: triage Issues awaiting triage by a Blockly team member issue: feature request Describes a new feature and why it should be added labels Oct 28, 2019
@RoboErikG
Copy link
Contributor

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.

@moniika moniika removed the issue: triage Issues awaiting triage by a Blockly team member label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: feature request Describes a new feature and why it should be added
Projects
None yet
Development

No branches or pull requests

3 participants