0

I am trying to insert some data. Data is object. When I try add data it throws error like this The only valid numeric escape in strict mode is '\0'. When I remove \1 I can insert the data. I don't want to remove that data. Is there any way to insert this data?

[
  {
    data: "File\1"
  }
]

0 Answers0