hi bellow is my JSON string
\"Education\":{\"EducationLevel\":[\"\"],\"WithCertification\":[\"CISCO\"]"
how can i remove this " \"EducationLevel\":[\"\"]"
from my string and should get the following JSON string
\"Education\":{\"WithCertification\":[\"CISCO\"]"
and im using string filterString = JsonHelper.JsonSerializer(filters)