GDLMadushanka/JSONLibs

createSchema missing

Opened this issue · 0 comments

unable to excute

    //creating the schema from input JSON
    String schema = SchemaParser.createSchema(inputJson, FileType.JSON);
    System.out.println("Schema : " + schema);