Class JSON.StringSource

java.lang.Object
org.eclipse.jetty.util.ajax.JSON.StringSource
All Implemented Interfaces:
JSON.Source
Enclosing class:
JSON

public static class JSON.StringSource extends Object implements JSON.Source
  • Field Details

    • string

      private final String string
    • index

      private int index
    • scratch

      private char[] scratch
  • Constructor Details

    • StringSource

      public StringSource(String s)
  • Method Details