Creating new StringBuilder every time in parsing JSON string is not optimal. We should reuse the same instance
Creating new StringBuilder every time in parsing JSON string is not optimal. We should reuse the same instance