语法:[JSON].remove( keyPath )

返回:

说明:移除指定路径的键

示例:

Set jsonObj = toJson("{div:{'#text-1': 'is text!', 'span':'hooo!'}}")
jsonObj.remove "div.span"
Response.Write jsonObj.toString() ' 移除了span键,结果为:{"div" : {"#text-1" : "is text!"}}

 

相关文章:

  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-08-06
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-01-06
  • 2022-03-01
  • 2021-08-24
  • 2022-12-23
相关资源
相似解决方案