Skip to content

Latest commit

 

History

4 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Texto

A library to provide serialization for C++ components as any other modern programming language.

How it works

  1. Include texto.h
  2. Run introspecto at your main.cpp file
  3. call to_json function passing the output stream and whatever data
  texto::to_json(std::cout, person);

Dependencies

  • C++ STL (commonly already included in the toolchain/OS)
  • GCC/Clang compiler with C++23 support (commonly the default compiler)
  • introspecto-cpp headers and binary

关于

Serialize C++ components

Resources

Stars

0 stars

关注者

1 watching

复刻s

发布

Sponsor this project

贡献者

Languages