My application receives SMS in following format:
STA:000000,000;L:310;TM:090516195102;D:1;T:01;C:25;A00:0.166;A01:00000;A02:0.578;A03:00 000;A04:00000;A05:00000;A06:00000;A07:00000;A08:00000;A09:00000;A10:00000;A11:00000;A1 2:00000;A13:31.00;A14:30.93;P01:00000000;P02:00000000;P03:00000000;P04:00000000;P05:000 00000;P06:00000000;K01:13333330000000000;O01:0000;8F
I want to deserialize this string to an object. I already have read about JSON tool, but I don't know if I serialize and deserialize in this format. That is, can I change the default delimiter(,) and class({}) and array notations([])?