Package 

Class OrderedJsonObject

  • All Implemented Interfaces:
    kotlin.collections.Map , kotlin.collections.MutableMap , org.json.simple.JSONAware , org.json.simple.JSONStreamAware

    
    public final class OrderedJsonObject
     implements Map<Any, Any>, JSONAware, JSONStreamAware
                        

    Functions just like JSONObject, but preserves the order in which keys were added (which is useful for things like stats where we want to group similar values and preserve the pipeline stats order).