proximax-storage / cpp-xpx-chain-sdk

ProximaX Sirius-Chain C++ SDK
Apache License 2.0
2 stars 1 forks source link

Add special field "__data" to Json DTOs #10

Closed pananton closed 5 years ago

pananton commented 5 years ago

This special field is filled with raw json object data by json parser when reading DTO from string. During writing DTO to string if this field is present and initialized in DTO, then it's data is merged with DTO fields (DTO fields take precedence over fields from "__data").

Closes #4 .