Giter Club home page Giter Club logo

Comments (8)

mathiasbynens avatar mathiasbynens commented on May 23, 2024

It seems you’re misunderstanding what jsesc does. What are you trying to do, exactly? Parsing a JSON-formatted string back into an object can be done using JSON.parse only.

from jsesc.

ahmedshendy avatar ahmedshendy commented on May 23, 2024

the issue is in this character \u0002, when using JSON.parse through exception

from jsesc.

ahmedshendy avatar ahmedshendy commented on May 23, 2024

I need to escape character \u0002

from jsesc.

mathiasbynens avatar mathiasbynens commented on May 23, 2024

I need to escape character \u0002

jsesc('\u0002');

from jsesc.

ahmedshendy avatar ahmedshendy commented on May 23, 2024

ok, this character included in this string
'{"account_id":111,"account_name":"test","interface_id":2,"request_id":0,"message_id":"6a23bbbe-1cfd-4ba5-8dfd-b3b7abb86576","source_addr":"Test TNT","destination_addr":"96892000730","coding":2,"concatenation":1,"message_text":"S3rvT3L20130NVBQakoiYHello, I hope you have a nice day. @\u0002#%!&/)(=?*+,","UDH":"","flash":0,"validaty_period":1440,"delivery_time":1440,"smpp_port":2012,"registered_delivery":1,"dlr_ip":"10.158.36.200","dlr_port":2051,"submit_sm_start_timestamp":"2015-01-06T05:40:05.042"}'

that I want parse it to JSON

from jsesc.

mathiasbynens avatar mathiasbynens commented on May 23, 2024

Use JSON.parse.

from jsesc.

ahmedshendy avatar ahmedshendy commented on May 23, 2024

when I use JSON.parse with this string, this error generated
SyntaxError: Unexpected token ^E
at Object.parse (native)

from jsesc.

mathiasbynens avatar mathiasbynens commented on May 23, 2024

How is jsonText generated? Generate it using jsesc so it is properly escaped (JSON-serialized data cannot contain literal control characters), then JSON.parse works fine.

from jsesc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.