fastjson icon indicating copy to clipboard operation
fastjson copied to clipboard

Add some handy/fallible methods to the Object public API

Open midnightexigent opened this issue 4 years ago • 0 comments

  • TryVisit: fallible version of Visit
  • TryGet: fallible version of Get
  • Take and TryTake: handy methods to simultaneously Get/TryGet and Del a Value from an object

midnightexigent avatar Jul 20 '21 15:07 midnightexigent