function fixSingleQuotes()

in 3-ai-native-e2e-sample/frontend/src/pages/literature.tsx [19:21]


function fixSingleQuotes(jsonString: string) {
  return jsonString.replace(/'/g, '"')
}