tanmaymanolkar1

Results 11 comments of tanmaymanolkar1

is there any guidance I can follow to locate and delete the schema cache @jimblackler

The Usage link is not working, I was looking if any guidance was mentioned in the link. https://javadoc.jitpack.io/com/github/jimblackler/jsonschematypes/jsonschemafriend/0.12.0/javadoc/net/jimblackler/jsonschemafriend/package-summary.html ![image](https://github.com/jimblackler/jsonschemafriend/assets/65260743/41e30968-2b3d-4efa-bb7b-14be0659a556)

Thank you for the quick update. @jimblackler I am seeing this error in the stack trace. I am using these versions testImplementation "net.jimblackler:jsongenerator:0.4.6" testImplementation "net.jimblackler:jsonschemafriend:0.12.1" ![image](https://github.com/jimblackler/jsonschemafriend/assets/65260743/30aa662f-a5dc-45b6-81e6-604beab33d3f)

Not able to find the package "net.jimblackler:jsongenerator:0.4.7" yet, I guess its taking time to get uploaded ![image](https://github.com/jimblackler/jsonschemafriend/assets/65260743/e7a95489-f0c5-4aa5-af0e-d25415661f42)

I am using this method generate() from net/jimblackler/jsongenerator/Generator.java ![image](https://github.com/jimblackler/jsonschemafriend/assets/65260743/ad0b2104-80ca-43da-8292-157d0cd294a0) And the object we are getting back is not of type JSONObject or JSONArray ![image](https://github.com/jimblackler/jsonschemafriend/assets/65260743/483ecb45-ba13-4e8f-8c60-d552d179dec7) and we end up with java.lang.IllegalArgumentException:...

One main difference I see when this library worked **Warning: Nashorn engine is planned to be removed from a future JDK release** to now when it is now working :...

a ping on the question above @jimblackler @jimblacklercorp

I am getting LinkedHashMap back @jimblackler, the issue I am seeing is that in nested json schema, where the parent JSON refers to child JSON objects, and the child JSON...

any updates on this bug? we are facing the same issue.