29namespace essence::abi {
31 using vector = std::vector<T, uniform_allocator<T>>;
34 std::vector<T> from_abi_vector(
const abi::vector<T>& value) {
35 return std::vector<T>{
value.begin(),
value.end()};
38 template <
typename T,
typename Allocator>
39 abi::vector<T> to_abi_vector(
const std::vector<T, Allocator>& value) {
40 return abi::vector<T>{
value.begin(),
value.end()};
@ value
the parser finished reading a JSON value