t / t4018 / cpp-union-definitionon commit json_writer: new routines to create JSON data (7545941)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};