How to remove colons from brackets

Hello,
i need output in below format
“defects”: ,

but i am getting in below format with extra cote
"defects": ",

i am writing below in apend line
" ““defects””: “”“+”,"

help me to solve this
in above image square box is nothing but bracket

@Mathkar_kunal

Try this

"""defects"": [],"

cheers

Hi @Mathkar_kunal

Try this
“”“defects”“: [ ],”

@Mathkar_kunal

"""defects"": [],"

Hope it works!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.