gjson icon indicating copy to clipboard operation
gjson copied to clipboard

"tag_name" is not successfully parsed

Open Bellisario opened this issue 1 year ago • 0 comments

I was trying to parse from latest GitHub releases, but I had a problem parsing "tag_name". Is this supported? Am I doing something wrong?


Here is a piece of what I'm trying to do:

var latestRaw = gjson.Get("{tag_name: \"1.1.0\"}", "tag_name").String()
// latestRaw is an empty string

Bellisario avatar Jul 18 '22 17:07 Bellisario