All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nedap.archie.json.flat.IndexNotation Maven / Gradle / Ivy

Go to download

tools that operate on the archie reference models and archetype object model

There is a newer version: 3.12.0
Show newest version
package com.nedap.archie.json.flat;

/**
 * the index notation to use for a flat json format
 */
public enum IndexNotation {
    /** Write numeric indexes in the flat json format between [], and if node id already present, as [idx, 4] */
    BRACKETED,
    /** Write numeric indexes after a ':', after attribute name or after ], as in [idx]:4*/
    AFTER_A_COLON;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy