aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/compactbinaryjson.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cache get command (#183)Dan Engelbrecht2024-10-031-40/+2
| | | | * move TryParseObjectId and TryParseIoHash to Oid::TryParse and IoHash::TryParse respectively * zen cache-get command
* add yaml serialization support (#3)Stefan Boberg2024-03-261-0/+805
this change adds serialization of payloads as YAML, but not parsing. The implementation is somewhat based on the JSON path, and may be collapsed eventually as it is possible to serialize JSON format using the same code it also separates out the JSON serialization into a separate file for ease of maintenance any HTTP request response may be formatted as yaml by using a `.yaml` suffix or an `Accept: text/yaml` header