diff options
author | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-10-28 09:41:18 -0500 |
---|---|---|
committer | Matthew Kenigsberg <matthewkenigsberg@gmail.com> | 2020-10-28 17:54:28 -0500 |
commit | 6a4bf535d8126d8dc7306b3940bb49e0cc014a56 (patch) | |
tree | 7d64f9d438bbdfdde69ad81f7ed8af4c18fca3fb /src/libfetchers/attrs.hh | |
parent | 5ac911bad6e5760759bcb62772cac1ddc056b773 (diff) |
Capitalize JSON for consistency
Diffstat (limited to 'src/libfetchers/attrs.hh')
-rw-r--r-- | src/libfetchers/attrs.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfetchers/attrs.hh b/src/libfetchers/attrs.hh index 56bcdcfc8..a2d53a7bf 100644 --- a/src/libfetchers/attrs.hh +++ b/src/libfetchers/attrs.hh @@ -13,7 +13,7 @@ typedef std::map<std::string, Attr> Attrs; Attrs jsonToAttrs(const nlohmann::json & json); -nlohmann::json attrsToJson(const Attrs & attrs); +nlohmann::json attrsToJSON(const Attrs & attrs); std::optional<std::string> maybeGetStrAttr(const Attrs & attrs, const std::string & name); |