Package lazyj

Class Format.JSONFragment

java.lang.Object
lazyj.Format.JSONFragment
All Implemented Interfaces:
CharSequence
Enclosing class:
Format

public static class Format.JSONFragment extends Object implements CharSequence
Since:
2019-10-08
Author:
costing
  • Constructor Details

    • JSONFragment

      public JSONFragment()
      Empty constructor
    • JSONFragment

      public JSONFragment(CharSequence toCopy)
      Copying another char sequence to this object, assuming that the content is a valid JSON fragment. No checks are done on the validity of the content.
      Parameters:
      toCopy -
  • Method Details