class JSON::TruffleRuby::Generator::State

def strict?

String, Integer, Float, true, false and nil.
Strict mode only allow serializing JSON native types: Hash, Array,
Returns true, if strict mode is enabled. Otherwise returns false.
def strict?
  @strict
end