hello !
I'm looking to switch from simplejson to rapidjson. The problem is that I need to be able to have an indent = "\ n" (or indentChar = "\ n") to have something readable without increasing the size too much compared to a flat json. indent = 4 or indent = 2 is not a solution for me, because it increases too much the size of the json. The indentChar parameter exists in the rapidjson C ++ library. I looked at the source code of your biding a bit, but I'm not comfortable enough with C ++ and compilation to be able to do it myself. do you think you are going to add it ?
Thank you very much! |
hello !
I'm looking to switch from simplejson to rapidjson. The problem is that I need to be able to have an indent = "\ n" (or indentChar = "\ n") to have something readable without increasing the size too much compared to a flat json. indent = 4 or indent = 2 is not a solution for me, because it increases too much the size of the json. The indentChar parameter exists in the rapidjson C ++ library. I looked at the source code of your biding a bit, but I'm not comfortable enough with C ++ and compilation to be able to do it myself. do you think you are going to add it ?
Thank you very much! |