Some silly author decided to have quotes in his abstract, and it's introducing an error into reading the json! For example this guy on line 4 (the abstract) gets all quotey:
results in an error! I tested escaping the quote, like this:
\"active\" voxels
and it works. Would it be possible to escape the quotes in the abstract text? I can do a workaround for the time being, because it's a rather small thing.
Some silly author decided to have quotes in his abstract, and it's introducing an error into reading the json! For example this guy on line 4 (the abstract) gets all quotey:
"active" voxels
and so doing something like:
results in an error! I tested escaping the quote, like this:
\"active\" voxels
and it works. Would it be possible to escape the quotes in the abstract text? I can do a workaround for the time being, because it's a rather small thing.