I am having trouble using JObject.Parse(string) to get this result:
'apos\'trophe'
But…
"apos\'trophe" turns into 'apos'trophe'
"apos\\\'trophe" turns into 'apos\\\'trophe'
"apos\\'trophe" turns into 'apos\\'trophe'
"apos/\'trophe" turns into 'apos/'trophe'
"apos\\\'trophe" works for me.