feat(llgo/chore/llcppg): add JSONPath

This commit is contained in:
morpingsss
2024-07-29 10:52:10 +08:00
committed by luoliwoshang
parent f0d17b13f2
commit 0d3180271b
2 changed files with 10 additions and 1 deletions

View File

@@ -23,4 +23,5 @@ type Config struct {
Libs string `json:"libs"`
Include []string `json:"include"`
TrimPrefixes []string `json:"trimPrefixes"`
JSONPath string `json:"jsonPath"`
}