Top "Key-value" questions

A key-value pair is a set of two linked data items: a key which uniquely identifies some item of data, and the value, which is either the data that is identified or a pointer to the location of that data.

Finding already existing value in Key Value pair

I am storing a string and int value in Key value pair. var list = new List<KeyValuePair<string, …

c# .net key-value
swift: Add multiple <key, value> objects to NSDictionary

I'm trying to add multiple objects to NSDictionary, like var myDict: NSDictionary = [["fname": "abc", "lname": "def"], ["fname": "ghi", "lname": "jkl"], ...] …

ios json swift nsdictionary key-value
Can the key in a Java property include a blank character?

We are getting properties (that we can not influence) out of a database and want to access them by a …

java properties key-value
Swap key with value JSON

I have an extremely large JSON object structured like this: {A : 1, B : 2, C : 3, D : 4} I need a function that can …

javascript json node.js key-value
Steps to create and edit a plist file in Xcode

I want to add key pair values in plist. I dont know how to add the .plist file in XCode. …

ios iphone xcode plist key-value
Can't access cookies from document.cookie in JS, but browser shows cookies exist

I can't access any cookie from JavaScript. I need to read some value and send them via JSON for my …

javascript cookies get document key-value
Tuple list from dict in Python

How can I obtain a list of key-value tuples from a dict in Python?

python list dictionary key-value
parsing .properties file in Python

The ConfigParser module raises an exception if one parses a simple Java-style .properties file, whose content is key-value pairs (i..…

python key-value ini
get data from dynamic key value in json

The requirement is following: I have to get the location field from page. var input= global.input = document.getElementById("Location"); …

javascript json key-value
Entity Attribute Value Database vs. strict Relational Model Ecommerce

It is safe to say that the EAV/CR database model is bad. That said, Question: What database model, technique, …

sql database design-patterns entity-attribute-value key-value