google / google/cppdap

BYO JSON library

Ouverte
#151 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C++
Étoiles
192
Forks
66
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.