Home | History | Annotate | Download | only in doc

Lines Matching full:dict

315         container type. Implementations must not accept dict entries outside of
316 arrays, must not accept dict entries with zero, one, or more than two
317 fields, and must not accept dict entries with non-basic-typed keys. A
318 dict entry is always a key-value pair.
329 In most languages, an array of dict entry would be represented as a
330 map, hash table, or dict object.
412 <entry>Entry in a dict or map (array of key-value pairs)</entry>