Namespace: OpenEdge.Web.DataObject.Writer
Type: Class JsonObjectValueWriter
Parent Classes:
Inherits: OpenEdge.Web.DataObject.Writer.ArgumentValueWriter


/* *************************************************************************************************************************
Copyright (c) 2018 by Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
File:JsonObjectValueWriter
Purpose:Writes values into an JsonObject
Author(s):pjudge
Created:2018-04-20



Method Summary
  Options Name Purpose
  Clear ()
  Open () /* If nothing's passed in, use a JsonObject of our own. Don't do this in the constructor as a micro-optimisation (yes, I know) */
  Write (Object)

Constructor Summary
  Options Name Purpose
  JsonObjectValueWriter ()

Method Detail
Top

Clear ()

Top

Open ()

/* If nothing's passed in, use a JsonObject of our own.
Don't do this in the constructor as a micro-optimisation (yes, I know)
Top

Write (Object)

Parameters:
pData Progress.Lang.Object
 


Constructor Detail
Top

JsonObjectValueWriter ()