e2a2fed35924dd595d3ab78d485261c454102641695f8f649adf85132e1becf4ff9c913d1d437dc7e7edd15cc33d967651dd405006b8696868b8b7339cbc95 429 B

12345678910111213141516171819
  1. # @babel/plugin-transform-json-strings
  2. > Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
  3. See our website [@babel/plugin-transform-json-strings](https://babeljs.io/docs/babel-plugin-transform-json-strings) for more information.
  4. ## Install
  5. Using npm:
  6. ```sh
  7. npm install --save-dev @babel/plugin-transform-json-strings
  8. ```
  9. or using yarn:
  10. ```sh
  11. yarn add @babel/plugin-transform-json-strings --dev
  12. ```