func github.com/evanw/esbuild/internal/js_parser.ParseJSON
4 uses
github.com/evanw/esbuild/internal/js_parser (current package)
json_parser.go#L158: func ParseJSON(log logger.Log, source logger.Source, options JSONOptions) (result js_ast.Expr, ok bool) {
sourcemap_parser.go#L15: expr, ok := ParseJSON(log, source, JSONOptions{})
github.com/evanw/esbuild/internal/cache
cache_ast.go#L114: expr, ok := js_parser.ParseJSON(tempLog, source, options)
github.com/evanw/esbuild/pkg/api
api_impl.go#L417: expr, ok := js_parser.ParseJSON(logger.NewDeferLog(), source, js_parser.JSONOptions{})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |