linsage / java2json

A simple plugin for converting Java bean to JSON in IntelliJ IDEA
49 stars 22 forks source link

能把字段的注解也转换到 json 里吗? #3

Closed kid1412621 closed 5 years ago

kid1412621 commented 5 years ago

convert bean field comment into JSON.

linsage commented 5 years ago

新增 @comment字段来存储注释

kid1412621 commented 5 years ago

@comment

但是这样不好对应啊, 我想的是这样:

{
"name": "whateverName" // 名字  
}

当然这种 json with comment 不是官方标准

linsage commented 5 years ago

@comment

但是这样不好对应啊, 我想的是这样:

{
"name": "whateverName" // 名字  
}

当然这种 json with comment 不是官方标准

这样会导致json解析错误