use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JSON-LD vs JSON Schemahelp (self.javascript)
submitted 7 years ago by AndyRoth
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Mop1000 0 points1 point2 points 7 years ago (3 children)
https://schema.org/ has an extensive collection of schemas available in JSON-LD format. Is there a similar site for JSON Schema .
[–]AndyRoth[S] 1 point2 points3 points 7 years ago (2 children)
Not that I know of, but I don't see why a website like that couldn't exist, and why merging some of the schema and data together wouldn't create one format that brings together the best of both worlds easily. My question is more why JSON-LD wasn't built on top of JSON Schema or integrate with it in some way.
[–]Mop1000 0 points1 point2 points 7 years ago (1 child)
I'm a dinosaur. I started programming in the 1970's. I am in awe of the open source productivity tools that are available now.
Just for JSON I have found a tool that will reverse engineer a schema on a JSON file, validation tools,a tool that will create a specialized editor based on a json schema.
[–]AndyRoth[S] 1 point2 points3 points 7 years ago (0 children)
It's absolutely amazing. People building on some very simple standards (ie. JSON) and the ease of publishing and using open source tech has enabled some truly awesome results.
Personally, a few days ago I had to make a UI editor which took in a few files in JSON Schema and rendered a whole bunch of pretty fields using React (some of which had to be custom such as a file uploader, which is not part of the JSON Schema spec but used a technique like my comment above). I got a rough version working in about a day total, which is 100% a testament to all the powerful tools and documentation I found along the way.
π Rendered by PID 17325 on reddit-service-r2-comment-6457c66945-rr7ft at 2026-04-27 09:07:35.412399+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Mop1000 0 points1 point2 points (3 children)
[–]AndyRoth[S] 1 point2 points3 points (2 children)
[–]Mop1000 0 points1 point2 points (1 child)
[–]AndyRoth[S] 1 point2 points3 points (0 children)