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.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-07-18
Make JsonObject.field_values_ private.
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-02-22
Fix GCC 4.9 compilation errors.
levlam
2024-01-01
Update copyright year.
levlam
2023-08-18
Delete deprecated JsonObject accessors.
levlam
2023-07-31
Disallow JsonObject copying.
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
Make object const in get_json_object_*_field.
levlam
2023-07-31
Add JsonObject::field_count.
levlam
2023-07-31
Make JsonObject class.
levlam
2023-05-05
More consistently delete or default move/copy constructor/assignment.
levlam
2023-05-05
Use empty name for unused move constructor/assignment parameter.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-10
Mark some constructors as noexcept.
levlam
2021-10-18
Mark move constructors/assignment operators noexcept.
levlam
2021-10-17
Use uint32 instead of unsigned int if possible.
levlam
2021-07-04
Explicitly specify inheritance mode.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-01-01
Update copyright year.
levlam
2020-06-26
Fix tdutils after merge.
levlam
2020-06-24
update tdutils from another project
Arseny Smirnov
2020-01-16
Simplify json_array usage.
levlam
2020-01-01
Update copyright year.
levlam
2019-12-23
Remove unsafe JsonScope::operator<<(bool) to which pointers can be converted.
levlam
2019-12-23
Return JsonScope::operator<< overloads for string literals and pointers, beca...
levlam
2019-12-08
Simplify JsonScope.
levlam
2019-12-08
Remove td::ctie.
levlam
2019-10-17
Add get_json_object_field_force.
levlam
2019-08-13
Simplify pretty-print in JsonBuilder.
levlam
2019-08-12
tdutils: import changes from other project
Arseny Smirnov
2019-03-26
More push notification parsing.
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-10-30
Use auto-resized StringBuilder in json_encode.
levlam
2018-10-26
Fix some MSVC Analyzer warnings.
levlam
2018-09-21
Remove unnecessary static_cast.
levlam
2018-05-20
Better JSON type names.
levlam
2018-04-11
Strong typing for passport data.
levlam
2018-04-11
json_array
Arseny Smirnov
2018-04-11
json_object draft
Arseny Smirnov
2018-04-10
Miscellaneous fixes
Arseny Smirnov
2018-03-09
Fix json_decode.
levlam
2018-02-17
Fix some spelling.
levlam
[next]