TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

From JSON to CRUD

2 pointsby shujutechover 6 years ago

1 comment

lixtraover 6 years ago
After reading the README twice I still don&#x27;t know what it does or if I could have any need for it. What about a more concrete exmaple in the README?<p>The demo is more speaking. And the tool looks actually interesting.<p>How about:<p><pre><code> With StIGMA you can create a web form GUI from an example JSON object (demo-link). Example: x = { &quot;name&quot;:&quot;John Smith&quot;, &quot;age&quot;:24 }; # Make it simple gets translated to y = ... which can be rendered on a webpage as: [Screenshot] </code></pre> Then later describe the process in detail.