Answer the question
In order to leave comments, you need to log in
How to parse Json in Java?
I am using jackson databind object.
I get the following Json:
{mode=, hdfsPath=, firstRowAsHeader=false, columns=[], totalRows=null}
Unexpected character ('=' (code 61)): was expecting a colon to separate field name and value
at [Source: (String)"..."]
Answer the question
In order to leave comments, you need to log in
It's not json at all. So I doubt that the json parser will be able to parse this with any settings.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question