strict method

JarObject strict()

Implementation

JarObject strict() {
  _allowExtra = false;
  return self;
}