# encoding: utf-8 module JSON module Generator class BooleanAttribute < BasicAttribute DEFAULT_VALUE = false end end end