mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
f39b9ddce7
Added pop() method to query_string, same as get(), but removes the item from the querystring Added std::string() operator to json::rvalue (allows std::string(json["abc"]), which returns any value that isn't a container to string) Added lo() method to json::rvalue, returns a vector of json::rvalue containing whatever a json object or list has (difference being a list has no keys) Added keys() method to json::rvalue, returns a vector of std::string containing the keys of a json object Made json::wvalue use either std::map or std::unordered_map instead of just std::unordered_map Added copy constructor to json::wvalue Added size() method to json::wvalue, returns 1 or the size of the json list. Added constructor to create json::wvalue from std::vector Added keys() method to query_string Documented query_string and improved json doc Made tests and examples for all the additions |
||
---|---|---|
.. | ||
middlewares | ||
app.h | ||
ci_map.h | ||
common.h | ||
compression.h | ||
dumb_timer_queue.h | ||
http_connection.h | ||
http_parser_merged.h | ||
http_request.h | ||
http_response.h | ||
http_server.h | ||
json.h | ||
logging.h | ||
middleware_context.h | ||
mime_types.h | ||
multipart.h | ||
mustache.h | ||
parser.h | ||
query_string.h | ||
returnable.h | ||
routing.h | ||
settings.h | ||
socket_adaptors.h | ||
TinySHA1.hpp | ||
utility.h | ||
websocket.h |