google / google/cppdap

BYO JSON library

オープン
#151 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C++
スター
192
フォーク
66
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。