Albin Remnestål
Albin Remnestål
@liuhongda11 For the first example, `jsonpath.Get("$.welcome.123456[1]", v)`, I would propose you use bracket-notation in your path, such as: ```go jsonpath.Get(`$.welcome["123456"][1]`, v) ``` I haven't attempted with a hyphen in the...
@dalu Let's say I have a blog platform where I let my customers set the title of their posts. I want the title of their posts to be turned into...
**I'm not a maintainer of this repo** and I don't know if this feature is coming here. However, you could use [faith/color](https://github.com/fatih/color) to _"color a string"_ using ANSI escape codes,...