Class Obj

java.lang.Object
io.github.mxz_schwarz.parser.Obj
Direct Known Subclasses:
Arr, Bool, Map, Null, Num, Str

public abstract sealed class Obj extends Object permits Map<T>, Arr<T>, Str, Num<N>, Bool, Null
A wrapper abstract class that acts as the superclass for all JSON data types. This consists mainly of convenience methods to allow a client to perform less manual casting.
  • Constructor Details

    • Obj

      public Obj()
  • Method Details