google / google/cppdap

BYO JSON library

Offen
#151 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
C++
Sterne
192
Forks
66
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

The library currently only supports three JSON backends and won't compile without one; this makes it difficult when we have our own JSON library but want to provide a serializer implementation using our own whilst still using submodules.

I can currently work around this by using a copy of `json_serializer.h` with my custom types, but would it be feasible to edit that file to allow passing in custom type names? like if `CPPDAP_BYO_JSON_DESERIALIZER` is set, it just does `using Deserialier = CPPDAP_BYO_JSON_DESERIALIZER;` or something.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.