simdjson/simdjson

Add full support for JSONPath

Aberta

#2.070 aberto em 26 de set. de 2023

 (36 comentários) (2 reações) (1 responsável)C++ (1.253 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (23.745 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 4h) (2 fundiu PRs em 30d)

Description

We support JSON Pointer, but we should support JSON Path. It is more work, but also more useful.

Currently, a limited subset of JSONPath is supported, see https://github.com/simdjson/simdjson/pull/2127

Guia do colaborador