<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="">= Document Model In this library the following types implement containers used to represent JSON data in memory:</string>
    <string name="">Type</string>
    <string name="">Description</string>
    <string name="">&lt;&lt;ref_array&gt;&gt;</string>
    <string name="">A sequence container of JSON values supporting dynamic size and fast, random</string>
    <string name="">access. The interface and performance characteristics are similar to {std_vector}.</string>
    <string name="">&lt;&lt;ref_object&gt;&gt;</string>
    <string name="">An associative container of key-value pairs with unique keys, where the key</string>
    <string name="">is a string and the mapped type is a JSON value. Search, insertion, and removal have average contant-time complexity. In addition, elements are stored contiguously in memory allowing cache-friendly iteration.</string>
    <string name="">&lt;&lt;ref_string&gt;&gt;</string>
    <string name="">A contiguous range of characters. The library assumes that the contents of</string>
    <string name="">the string holds only valid UTF-8.</string>
    <string name="">&lt;&lt;ref_value&gt;&gt;</string>
    <string name="">A special variant which can hold one of any of the six standard JSON data</string>
    <string name="">types. |===</string>
    <string name="">These containers are explored in-depth in the sections that follow.</string>
    <string name="">:leveloffset: +1 include::value.adoc[] include::string.adoc[] include::array.adoc[] include::object.adoc[] include::numbers.adoc[] include::init_lists.adoc[] include::nested_access.adoc[] :leveloffset: -1</string>
</resources>
