jsonsystems / json-schema

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

generate jsonschema went wrong #75

Closed wuyinping closed 4 years ago

wuyinping commented 4 years ago

help it went wrong when i use it to generate jsonschema it toasts someting went wrong it takes soooooooo long a time

jackwootton commented 4 years ago

@wuyinping Can you provide the steps to recreate this issue?

qinzhen666 commented 4 years ago

I encountered the same problem: 1、Enter json content in infer schema 2、click ”SUBMIT“button 3、then it takes soooooooo long a time and toasts someting went wrong image

jackwootton commented 4 years ago

Can you provide your JSON so I can attempt to recreate the issue?

cyc1ingsir commented 4 years ago

This happens even if you click on RESET and the clicking on SUBMIT

ohde commented 4 years ago

I am also getting the same error with the default JSON that is loaded. I have attached a screenshot of my console output. Thanks for your support.

json_schema_console
jackwootton commented 4 years ago

I broke CORS. Can you use https://jsonschema.net/ for now?

ohde commented 4 years ago

Yes, it works for me now. Thank you very much.

jackwootton commented 4 years ago

@ohde - np. Actually www.jsonschema.net should also work now.

jackwootton commented 4 years ago

Closing this because the OP hasn't provided more information.