Added json comments
This commit is contained in:
@@ -341,6 +341,7 @@ public class ContentParser{
|
||||
if(contentTypes.isEmpty()){
|
||||
init();
|
||||
}
|
||||
json = json.replaceAll("#.*?\n","\n");
|
||||
|
||||
JsonValue value = parser.fromJson(null, json);
|
||||
if(!parsers.containsKey(type)){
|
||||
|
||||
Reference in New Issue
Block a user