You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, love your plugin! It really saves a lot of time
There is one thing though:
when i parse string with escaped quotes: "key": "value with \"quote\""
it parses with an error: val key: String = "value with "quote""
result should look like this: val key: String = "value with \"quote\""
Thankfully there are not many strings like that per class - about ten - and I can fix them by hand, but I would like it fixed someday (priority is super low)
cheers and thank you again!
The text was updated successfully, but these errors were encountered:
hanshengjian
pushed a commit
to hanshengjian/JsonToKotlinClass
that referenced
this issue
Jul 14, 2020
Hi, love your plugin! It really saves a lot of time
There is one thing though:
when i parse string with escaped quotes:
"key": "value with \"quote\""
it parses with an error:
val key: String = "value with "quote""
result should look like this:
val key: String = "value with \"quote\""
Thankfully there are not many strings like that per class - about ten - and I can fix them by hand, but I would like it fixed someday (priority is super low)
cheers and thank you again!
The text was updated successfully, but these errors were encountered: