gjson icon indicating copy to clipboard operation
gjson copied to clipboard

add some funcs, eg: Ints()

Open iiinsomnia opened this issue 6 years ago • 2 comments

  • Ints() returns an int slice
  • Int64s() returns an int64 slice
  • Floats() returns an float64 slice
  • Strings() returns an string slice

iiinsomnia avatar Mar 27 '18 07:03 iiinsomnia

Hi @IIInsomnia, thanks for the suggestions.

I can see how these functions could be useful and I may consider adding in the future

For I'm going to hold out for now as to keep the API as simple as possible.

Thanks!

tidwall avatar Apr 30 '18 12:04 tidwall

@tidwall Could this be reopened?

030 avatar Oct 18 '23 12:10 030