Easiest way is to map your job to a pojo and use Jackson or gson to convert the json. On May 15, 2016 1:48 PM, "Daniela S" <[email protected]> wrote:
> Hi > > I am receiving Strings of JSON from Kafka. I would like to split the > string to get each field from the JSON object to store it into Redis. > How can I split the string and assign the parts to variables? > > Thank you in advance. > > Regards, > Daniela >
