java - How to get json schema $ref data from servlet -


i need data servlet when pass schema below.

attrservlet servlet call.

{     "id": "../test#",     "$schema": "../schema#",     "title": "test",     "type": "object",     "format":"grid",     "required": [         "/"     ],     "properties": {         "/":          {              "title":"value",             "$ref": "http://00.00.00.00:8080/test/attrservlet/#"          }     } } 

in place of $ref, need servlet data. data coming through servlet browser on front end it's not reflecting. idea?


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -