Is there is documentation on adding an array

is there a documentation on adding an array into a document or database using Kotlin/Java code?

the array I have has keys

{
“id”:“51333156717”,"
owner":“97978797@N03”,"
secret":“82f0fb71aa”,"
server":“65535”,"
farm":66,
“title”:“Tagpfauenauge”,
“ispublic”:1,
“isfriend”:0,
“isfamily”:0,
“url_s”:“https://live.staticflickr.com/65535/51333156717_82f0fb71aa_m.jpg”,
“height_s”:160,"
width_s":240
}

i want to add it manually inside the code is it possible?

You say you want to add an array but you have shown a dictionary. You should work with the APIs that specify Dictionary in them (such as setDictionary)

1 Like