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{})