Quantcast
Channel: How to get dynamic JSON Value by Key without parsing to Java Object? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by LHCHIN for How to get dynamic JSON Value by Key without parsing to...

As @Michał Ziober's comment, you can simply achieve this by using JsonPath as follows:Maven...

View Article


How to get dynamic JSON Value by Key without parsing to Java Object?

I am trying to get a json(has unknown template) value with a dynamic key like;"user.specs.id"Problem is my json structure is not static and because of this I can't parse it to a java Object or get its...

View Article
Browsing latest articles
Browse All 2 View Live