java - Dynamically create JSON depth without knowing depth level with Jackson -


i'm using jackson create mapping class takes input json uses dot notation e.g. "a.b.c" , creates path based on that. problem is, can't find way using jackson dynamically in loop or recursively. i've seen requires chaining. wanted use .add(jsonpointer), looks jackson 2.8 doesn't support this. suggestions?


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -