0

use removeField can filter JFiled by name at 3.0M8 version.How about 2.6.2? It not have that method and remove method not catch name.

LoranceChen
  • 2,453
  • 2
  • 22
  • 48

1 Answers1

0
JValue.transform{
  case JField("sid", x) => JField("sid", JString(x.values.toString))
}

I find this way, seems great!

LoranceChen
  • 2,453
  • 2
  • 22
  • 48