In the database I have a TEXT where an array is saved in this format:
[
[ resumo: null ]
[ datainicio: 2015-09-17T00:00:00.000-0300 ]
[ datafim: 2015-09-22T00:00:00.000-0300 ]
[ equipamento: 3421 ]
]
I need to retrieve the values of the cache and datafim. How could I do that? I was researching on the split function of Java, but I could not use it in the right way to bring me the result.