2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-22 17:22:45 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Vinnie Falco
591e2dc5a5 serializer refactor (API Change):
fix #275

* serialize() replaces to_string()
* serialize.hpp replaces to_string.hpp
* serializer works on all types
* serialize, operator<< work on all types
* reset() takes pointer arguments
* resetting constructor removed
2020-09-07 10:36:26 -07:00
Vinnie Falco
19abf3fbea buffers are unsigned char
fix #288
2020-09-06 15:08:23 -07:00
Vinnie Falco
94e26abb66 standalone is an inline namespace
fix #181, close #244
2020-09-01 15:44:47 -07:00
Vinnie Falco
b9fdd51fc5 allocator doc work 2020-08-31 15:52:23 -07:00
Vinnie Falco
b9a77751ad rename to value_stack and refactor (API Change)
close #218
2020-08-28 09:38:17 -07:00