在键和值中逃避JSON的双引号?

时间:2016-02-12 17:42:31

标签: java scala escaping

Java / Scala中是否有等效的JSON.stringify

我想这样使用这个功能:

JSON.stringify( JSON.stringify( { "a" : "have a nice day, \" sir!" } ) )
""{\"a\":\"have a nice day, \\\" sir!\"}""

1 个答案:

答案 0 :(得分:0)

Using Matcher m = Pattern.compile("(^.+$)+", Pattern.MULTILINE).matcher("This is a new line=?xxx\n Whats' \n up"); while (m.find()) { System.out.println(m.group()); } :

spray-json