The code is not handling array of strings properly, such as the References array:
input:
"references": ["1234","abcd"],
proper output should be:
"REFERENCES""REFERENCES""1234""REFERENCES""abcd"
I didn't properly test the suggested fix and I think types other than strings should be handled also.
The code is not handling array of strings properly, such as the References array: input:
"references": ["1234","abcd"],
proper output should be:"REFERENCES""REFERENCES""1234""REFERENCES""abcd"
I didn't properly test the suggested fix and I think types other than strings should be handled also.