p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 275 forks source link

String to JOSN.parse() issue #389

Closed tapasTeks closed 5 months ago

tapasTeks commented 2 years ago

I have a data like this {"platform":"iPadOS","devicename":"CHicks’s iPad","model":"iPad Pro (9.7")","systemversion":"15.3.1","device":"ACE398D2-D0B2-43E9-B43A-7461461F6C6B","version":"1.0.1","build":"1.0.1.1.0.0","eventid":"1725737096307031"}

when I am parsing it , it is giving "invalid json"

how can I do it in reactjs or javascript front end ?

the problem is here - ,"model":"iPad Pro (9.7")", 9.7''

ossus-lib commented 5 months ago

Doesn't apply to this library.