tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
13.95k stars 841 forks source link

How to solve multiple dependencies of `DisableModifiers` configuration ? #311

Open Doubleplayer opened 1 year ago

Doubleplayer commented 1 year ago

My project depends on a package which modifies the DisableModifiers configuration to true, but I want to use modifiers in my projects.Is there any suggestions for this situation?