I have a string that will vary the values, I need to get the values inside the [],
{"time_zones":[]}
In case it would be empty, it could be filled:
{"time_zones":[teste]}
I'm trying to do this
var palavras = a.Split('[');
var palav...
asked by
13.06.2018 / 21:24