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

JSON to HTML User Interface converter. #7

Open
prabinzz opened this issue Jul 7, 2017 · 4 comments
Open

JSON to HTML User Interface converter. #7

prabinzz opened this issue Jul 7, 2017 · 4 comments

Comments

@prabinzz
Copy link

prabinzz commented Jul 7, 2017

Create a program that is capable of converting organized JSON data into HTML ui.

suppose i have folloing thing in json file.

{
"title": "Title name.",
"body": "Some texst."
}

Program should be abel to convert this into appropriate HTML ui.

@amitness
Copy link

amitness commented Jul 8, 2017

Cool idea. You could use a base bootstrap layout and then link bootstrap components to the JSON properties.

@yalu
Copy link

yalu commented Jul 9, 2017

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
http://blog.cognitect.com/blog/2014/7/22/transit

@prabinzz
Copy link
Author

@amitness Bootstrap layout will be great. There in no point in making ordinary html layout, we can do that manually.

@prabinzz
Copy link
Author

@yalu any language will be fine, as long as it create desired output.. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants