-
Notifications
You must be signed in to change notification settings - Fork 0
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
JSON to HTML User Interface converter. #7
Comments
Cool idea. You could use a base bootstrap layout and then link bootstrap components to the JSON properties. |
ClojureScript has https://github.com/r0man/sablono - express React compnents as EDN(which is like json - pure data) https://github.com/weavejester/hiccup - same thing for pure HTML Since it is pure data like Json you move it across the wire with Transit |
@amitness Bootstrap layout will be great. There in no point in making ordinary html layout, we can do that manually. |
@yalu any language will be fine, as long as it create desired output.. 👍 |
Create a program that is capable of converting organized JSON data into HTML ui.
suppose i have folloing thing in json file.
Program should be abel to convert this into appropriate HTML ui.
The text was updated successfully, but these errors were encountered: