Interface JsonArrayCore<JVC extends JsonValueCore<JVC>>

    • Method Detail

      • set

        void set​(int index,
                 JsonSource jsonSource)
        Sets an element by given index and JsonSource.
        Parameters:
        index - a position in this JSON array
        jsonSource - a JsonSource
      • remove

        boolean remove​(int index)
        Removes an element by given index.
        Parameters:
        index - a position in this JSON array
        Returns:
        true if an element removed, false otherwise