jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

Downloadable/offline version of this? #98

Closed Detnator-Neo closed 2 years ago

Detnator-Neo commented 4 years ago

Hi there. Not sure the best place to post this question. Apologies if this is not the place. If so, can someone point me in the right direction please? That said...

What this does, when it works, is pretty awesome. But... are there any apps that can do this offline? Particularly I'm on macOS, so preferably a Mac app.

An app that I can install and have it be able to - offline, not requesting results from an online API or whatever - (1) generate JSON schema from JSON I type/paste in, and (b) validate entered json against entered schema.

If such a thing exists I'd appreciate being pointed to it. Thanks!

jackwootton commented 4 years ago

@Detnator-Neo Good question. I'm currently playing around with a Go version, but it's just a prototype at the moment. However, would a command line version (with flags, etc) work for you?

Detnator-Neo commented 4 years ago

Hey there. Thanks for the reply. A GUI version would be great of course, so would love you to keep working on that. 😊 But yes I can handle a command line version (with some explanation of the usage, flags, options, etc.) for sure. That'd be awesome. Thanks!

NashiCoding commented 2 years ago

@Detnator-Neo Good question. I'm currently playing around with a Go version, but it's just a prototype at the moment. However, would a command line version (with flags, etc) work for you?

It sounds great. Thanks a lot for your outstanding work. How can i install this tool on local? Because i worked in a lan environment, it's not easy to visit website to use it. Look forward to your reply.

jackwootton commented 2 years ago

With the latest version there is a CLI and API. This repo will shortly be archived so please post new issues at https://github.com/jsonsystems/public. Thanks.