FContext

trait FContext[J]

FContext is used to construct nested JSON values.

The most common cases are to build objects and arrays. However, this type is also used to build a single top-level JSON element, in cases where the entire JSON document consists of "333.33".

class Object
trait Matchable
class Any

Value members

Abstract methods

def add(v: J): Unit
def addField(s: String): Unit
def finish: J
def isObj: Boolean