I’m looking for a simple json library to convert json-string to Map or a POJO object. I know it’s a duplicate, still I got specific requirements:
- no weird dependencies like json-lib (why do you need all of them for a simple task?)
- use few lines of codes to accomplish it (KISS principle).
- I prefer conversion to Map but POJO will be good almost as well.
that’s it.
what do you suggest?
Jackson would be best in this case.