valyala / fastjson

Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection
MIT License
2.3k stars 138 forks source link

GetKeys() Method for Objects #82

Open TheRebelOfBabylon opened 1 year ago

TheRebelOfBabylon commented 1 year ago

Created a GetKeys() method for Object structs. This is useful for cases when the JSON schema is not known or has some variability.