index
:
tdlib
debian
Cross-platform library for building Telegram clients
Maria Lisina
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tdutils
/
td
/
utils
/
JsonBuilder.cpp
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-05-17
Moved the use of methods marked constexpr from the 20th standard to forward d...
mikhnenko
2024-01-01
Update copyright year.
levlam
2023-11-15
Improve error messages from JsonObject::get_..._field.
levlam
2023-08-18
Delete deprecated JsonObject accessors.
levlam
2023-08-08
Use append_utf8_character_unsafe in json_string_decode.
levlam
2023-08-08
Optimize json_string_skip.
levlam
2023-08-08
Optimize json_string_decode by 30-400%.
levlam
2023-07-31
Add JsonObject constructor.
levlam
2023-07-31
Add and use JsonObject::foreach.
levlam
2023-07-31
Add field getters to JsonObject class.
levlam
2023-07-31
Add test for get_json_object_*_field.
levlam
2023-07-31
Make object const in get_json_object_*_field.
levlam
2023-07-31
Make JsonObject class.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-10-18
Minor improvements.
levlam
2021-10-17
Use uint32 instead of unsigned int if possible.
levlam
2021-05-17
Don't include SliceBuilder.h in logging.h.
levlam
2021-01-01
Update copyright year.
levlam
2020-07-21
Simplify parser.start_with usage.
levlam
2020-01-01
Update copyright year.
levlam
2019-10-17
Add get_json_object_field_force.
levlam
2019-03-26
More push notification parsing.
levlam
2019-03-25
Allow String as a Number in get_json_object_int_field.
levlam
2019-02-15
Precerve file remote in check_input_file_id.
levlam
2019-01-01
Update copyright year.
levlam
2018-12-10
Add td_api::JsonValue support.
levlam
2018-10-31
Pass const object to has_json_object_field.
levlam
2018-07-19
Fix json_string_decode.
levlam
2018-02-03
Accept slice in to_double.
levlam
2018-01-02
Update copyright year.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov