◐ Shell
clean mode source ↗

Add a 'Bypass' type that just concatenates its contents to output by marcoffee · Pull Request #661 · msgpack/msgpack-python

ja: JSONの中にJSONをネストするにはエスケープが必要になりますが、msgpackの中にmsgpackをネストして格納する場合はエスケープが必要ありません。
en: To nest JSON within JSON, escaping is required, but when nesting msgpack within msgpack, escaping is not necessary.

ja: そのため、このようなハックが有効になるようなデータを扱う場合は、msgpackをネストすることが良いプラクティスになります。
en: Therefore, when dealing with data that benefits from such a hack, nesting msgpack becomes a good practice.

ja: それでもこの機能が必要だと思うのであれば、同様の機能を実装している他のmsgpack実装を複数紹介してください。少なくとも1つはPython以外の言語用のライブラリを選んでください。
en: If you still believe this feature is necessary, please provide multiple examples of other msgpack implementations that have similar functionality. At least one of them should be a library for a language other than Python.

ja: もし他にこの機能を実装しているmsgpack実装が見つからず、それでもこの機能が本当に必要なんだと強く確信しているのであれば、その確信を私に伝えるための十分な根拠を提供してください。

en: If you cannot find any other msgpack implementations that have this feature, and you are still strongly convinced that this feature is truly necessary, please provide sufficient evidence to convince me of your conviction.