aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdutils/td/utils/JsonBuilder.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.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-01-01Update copyright year.levlam
2023-11-15Improve error messages from JsonObject::get_..._field.levlam
2023-08-18Delete deprecated JsonObject accessors.levlam
2023-08-08Use append_utf8_character_unsafe in json_string_decode.levlam
2023-08-08Optimize json_string_skip.levlam
2023-08-08Optimize json_string_decode by 30-400%.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-31Add test for get_json_object_*_field.levlam
2023-07-31Make object const in get_json_object_*_field.levlam
2023-07-31Make JsonObject class.levlam
2023-01-01Update copyright year.levlam
2022-01-01Update copyright year.levlam
2021-10-18Minor improvements.levlam
2021-10-17Use uint32 instead of unsigned int if possible.levlam
2021-05-17Don't include SliceBuilder.h in logging.h.levlam
2021-01-01Update copyright year.levlam
2020-07-21Simplify parser.start_with usage.levlam
2020-01-01Update copyright year.levlam
2019-10-17Add get_json_object_field_force.levlam
2019-03-26More push notification parsing.levlam
2019-03-25Allow String as a Number in get_json_object_int_field.levlam
2019-02-15Precerve file remote in check_input_file_id.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-07-19Fix json_string_decode.levlam
2018-02-03Accept slice in to_double.levlam
2018-01-02Update copyright year.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov