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.
Asked
Active
Viewed 39 times
0

LoranceChen
- 2,453
- 2
- 22
- 48
1 Answers
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