Issues
- 2
核心功能,to_pb 序列化bug
#332 opened by pimatrix - 1
proto_to_struct 对于有嵌套结构的message,无法生成内部struct
#330 opened by pimatrix - 0
tool(proto_to_struct),在mac编译失败
#331 opened by pimatrix - 2
xml属性序列化问题,代码中如果设置多个属性的值,进行xml序列化后xml中有的属性有值有的没值
#327 opened by appx-machh - 2
json序列化为文本,有办法prettify吗
#328 opened by wangwenx190 - 7
当存在值为0的枚举时,转换到pb失败
#324 opened by wangwenx190 - 3
JSON反序列化时进程崩溃,无法通过try{}catch(){}机制捕获
#321 opened by yuanfeng1995 - 4
反射库不支持派生类
#318 opened by wangwenx190 - 3
struct_pb 不支持 std::array 类型
#320 opened by wangwenx190 - 0
[feat]support map
#311 opened by qicosmos - 1
[struct_pb] performance
#301 opened by qicosmos - 0
[feat]struct_pb support unknown fileds
#294 opened by qicosmos - 2
可变参的宏展开,可以不限参数数量吗?
#129 opened by peguine - 0
支持unicode类型吗
#280 opened by ckok77 - 7
自定义结构体转jsonStr的时候 打印出来的浮点值会有科学计数法的后缀E0
#255 opened by zyx199518 - 1
json解析不支持REFLECTION_ALIAS?
#270 opened by zyx199518 - 2
在安卓平台上运行iguana::from_json(data, str);会报错: cannot locate symbol "__emutls_get_address"
#249 opened by luotian1957 - 12
REFLECTION 不支持添加std::variant<>类型的字段反射
#246 opened by chinajia - 3
对于union目前有好的处理办法吗?
#244 opened by luotian1957 - 2
有没有打算支持继承类的智能指针呢?
#237 opened by RavielXing - 6
json解析0.0为int
#238 opened by xmq731 - 5
json内嵌子对象,我如何将子对象转为对应的结构体?
#236 opened by DoIthd - 1
unexpected parse failed
#235 opened by qicosmos - 3
请支持一下std::set
#231 opened by Rendtime - 4
是否可以为枚举定义字符串值?比如将struct中的enum在json序列化中翻译为string
#184 opened by Yhaiyang - 9
std::pair<std::string,Color> 序列化枚举不支持
#227 opened by 424358225 - 0
yaml 序列的解析
#226 opened by 424358225 - 0
from_json unexpected exception
#223 opened by qicosmos - 2
unexpected exception
#215 opened by qicosmos - 11
error: 序列化char时候出错
#208 opened by RichardsATcn - 2
当头文件#include <windows.h>在前面时,编译报错。
#202 opened by obqrn - 3
error C7571: “iguana::char_t”: 已初始化变量模板
#206 opened by obqrn - 2
yaml解析字符串有注释时和`\t`抛异常
#199 opened by obqrn - 7
最新是支持c++20,可以自定义支持c++17?
#186 opened by sonygod - 3
json不支持std::variant类型吗?编译出错,能支持std::variant类型吗?
#200 opened by BisonReto - 10
VS 2019编译不成功
#177 opened by jackgoodman2 - 3
- 1
- 2
compile error when serialize a more complicate struct to json when using clang 14.0.0-1ubuntu1 on ubuntu 22.04.1LTS
#169 opened by cagev - 5
解析问题
#157 opened by xiaonaiquan - 1
please add enum support
#131 opened by manuel76413 - 1
questions (not really issues)
#130 opened by zjufish - 5
- 0
support dom parse
#117 opened by qicosmos - 3
char array problem
#84 opened by ahao1995 - 6
struct_container_t build faild
#93 opened by dust-II - 1
some bug for parse_item
#77 opened by kcwl - 2
我要怎么让序列化后的json字符串格式化
#64 opened by andfk33 - 1
refactor to c++ 20
#66 opened by qicosmos - 1
写了num_t、fixed_array、str_t部分的一些测试代码,以下部分不符合预期.
#68 opened by sandyhsia