aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/JsonBuilder.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-07-18Make JsonObject.field_values_ private.levlam
2025-01-01Update copyright year.levlam
2024-05-17Moved the use of methods marked constexpr from the 20th standard to forward d...mikhnenko
2024-02-22Fix GCC 4.9 compilation errors.levlam
2024-01-01Update copyright year.levlam
2023-08-18Delete deprecated JsonObject accessors.levlam
2023-07-31Disallow JsonObject copying.levlam
2023-07-31Add JsonObject constructor.levlam
2023-07-31Add and use JsonObject::foreach.levlam
2023-07-31Add field getters to JsonObject class.levlam
2023-07-31Make object const in get_json_object_*_field.levlam
2023-07-31Add JsonObject::field_count.levlam
2023-07-31Make JsonObject class.levlam
2023-05-05More consistently delete or default move/copy constructor/assignment.levlam
2023-05-05Use empty name for unused move constructor/assignment parameter.levlam
2023-01-01Update copyright year.levlam
2022-01-01Update copyright year.levlam
2021-11-10Mark some constructors as noexcept.levlam
2021-10-18Mark move constructors/assignment operators noexcept.levlam
2021-10-17Use uint32 instead of unsigned int if possible.levlam
2021-07-04Explicitly specify inheritance mode.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-01-01Update copyright year.levlam
2020-06-26Fix tdutils after merge.levlam
2020-06-24update tdutils from another projectArseny Smirnov
2020-01-16Simplify json_array usage.levlam
2020-01-01Update copyright year.levlam
2019-12-23Remove unsafe JsonScope::operator<<(bool) to which pointers can be converted.levlam
2019-12-23Return JsonScope::operator<< overloads for string literals and pointers, beca...levlam
2019-12-08Simplify JsonScope.levlam
2019-12-08Remove td::ctie.levlam
2019-10-17Add get_json_object_field_force.levlam
2019-08-13Simplify pretty-print in JsonBuilder.levlam
2019-08-12tdutils: import changes from other projectArseny Smirnov
2019-03-26More push notification parsing.levlam
2019-01-01Update copyright year.levlam
2018-12-10Add td_api::JsonValue support.levlam
2018-10-31Pass const object to has_json_object_field.levlam
2018-10-30Use auto-resized StringBuilder in json_encode.levlam
2018-10-26Fix some MSVC Analyzer warnings.levlam
2018-09-21Remove unnecessary static_cast.levlam
2018-05-20Better JSON type names.levlam
2018-04-11Strong typing for passport data.levlam
2018-04-11json_arrayArseny Smirnov
2018-04-11json_object draftArseny Smirnov
2018-04-10Miscellaneous fixesArseny Smirnov
2018-03-09Fix json_decode.levlam
2018-02-17Fix some spelling.levlam