Java / Scala中是否有等效的JSON.stringify
?
我想这样使用这个功能:
JSON.stringify( JSON.stringify( { "a" : "have a nice day, \" sir!" } ) )
""{\"a\":\"have a nice day, \\\" sir!\"}""
答案 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