com.ooyala.android.skin.util.JSONDeepMerge Class Reference

Static Public Member Functions

static void inPlaceDeepMerge (JSONObject target, JSONObject overrides) throws JSONException
 Merge "overrides" into "target". More...
 

Member Function Documentation

static void com.ooyala.android.skin.util.JSONDeepMerge.inPlaceDeepMerge ( JSONObject  target,
JSONObject  overrides 
) throws JSONException
inlinestatic

Merge "overrides" into "target".

If fields have equal name, merge them recursively.

Parameters
targetThe JSONObject that is being used as the base. Is modified in-place
overridesThe JSONObject with fields to override in the target. Is unmodified

The documentation for this class was generated from the following file:
  • JSONDeepMerge.java