I need to delimite and categorize below json value
for ex : "sub3[+]888800" sub3 is category code and 888800 is element of category.
"sub3[+]888800"
sub3
888800
["sub3[+]888800","sub3[+]100000","06[+]888800","06[+]100000"]
i need to result like that
sub3 -> 888800, 100000 06 - > 888800, 100000