No announcements
Found 2318226 threads
-
0 Votes
LogicApp functions - Array of JSON
USe the Select Action like below this will give you the output like below [ { "age": "21" ...Answered | 1 Replies | 454 Views | Created by Karim samir - Friday, January 31, 2020 8:10 AM | Last reply by sujith reddy komma - Friday, January 31, 2020 9:13 AM -
1 Votes
Using Liquid Transform - JSON array to JSON array as simple as possible
I found this article that I think covers my scenario.Answered | 2 Replies | 2788 Views | Created by Roitto Gil - Wednesday, September 12, 2018 12:32 PM | Last reply by Roitto Gil - Friday, September 14, 2018 7:35 AM -
0 Votes
Json array property ingestion
Yes, this is the case but I have this scenario in front of the product group, as I don't see a means for you to make product feedback requests.Answered | 8 Replies | 1213 Views | Created by deyanp - Friday, February 14, 2020 12:15 PM | Last reply by Mike Ubezzi (Azure) - Friday, February 21, 2020 11:08 PM -
2 Votes
Single element XML to JSON Array
Below Azure Function Can work.Answered | 9 Replies | 14916 Views | Created by Tecodo - Brian A. Lemaster - Monday, April 3, 2017 3:16 PM | Last reply by Doug Waterfield - Thursday, September 28, 2017 8:33 PM -
0 Votes
Returning JSON Array
Hi HanneSThEGreaT, If you set ResponseFormat:=WebMessageFormat.Json then you will get output as a json array.Answered | 2 Replies | 892 Views | Created by HanneSThEGreaT - Thursday, September 10, 2015 6:36 AM | Last reply by Jimyken - Wednesday, September 16, 2015 8:54 AM -
2 Votes
json array to table
Found answer here- http://mtkcode.blogspot.com/2014/08/parse-json-string-by-sql-script.htmlAnswered | 11 Replies | 1047 Views | Created by Papil1 - Sunday, June 3, 2018 3:56 AM | Last reply by Papil1 - Tuesday, June 5, 2018 2:13 AM -
0 Votes
Deserializing a JSON array of mixed types
Hi Mike, In addition to what Juyu mentioned, you should also add the certain custom types(that will be deserialized from the JSON request ...Answered | 3 Replies | 11509 Views | Created by MikeHixson - Monday, October 11, 2010 12:46 AM | Last reply by krisragh - Wednesday, October 13, 2010 4:01 AM -
2 Votes
Serializing JSON object array when application suspends
JSON.stringify and JSON.parse are standard functions (https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/JSON/stringify) so you can use them without any external ...Answered | 3 Replies | 3069 Views | Created by Gaurav Mantri - Monday, December 26, 2011 3:39 PM | Last reply by Joe Levy_ - Tuesday, December 27, 2011 7:20 AM -
0 Votes
Component installation failing with JSON error
But that didnt work for me.Answered | 6 Replies | 845 Views | Created by Vasu Inukollu - Monday, December 21, 2015 2:04 PM | Last reply by Starian chen - Wednesday, December 23, 2015 7:09 AM -
1 Votes
Json split
Hi, According to your description, my understanding is that you want to split the JSON table to get a part of the object.Answered | 1 Replies | 765 Views | Created by Jithendar Bathini - Monday, May 18, 2015 6:33 AM | Last reply by Jerry Zy - Tuesday, May 19, 2015 3:37 AM -
0 Votes
Parsing JSON with arrays RRS feed
convertfrom-json не работает?Answered | 3 Replies | 1693 Views | Created by Denis.Pasternak - Saturday, October 5, 2019 9:10 AM | Last reply by Richard Mueller - Monday, November 4, 2019 2:16 PM -
6 Votes
Nested Arrays JSON Paths
I feel it's the json pathing for the nested arrays I'm just messing up.Answered | 20 Replies | 9129 Views | Created by ElliotParker - Thursday, February 23, 2017 11:41 AM | Last reply by SQLJasonG - Friday, December 21, 2018 8:51 PM -
1 Votes
JSON to C# array of objects
scanales, >>I was able to make serialize it as object, but the only question now is how to read the data from that "object" ...Answered | 6 Replies | 8026 Views | Created by scanales - Monday, November 7, 2016 9:23 PM | Last reply by Kristin Xie - Tuesday, December 13, 2016 9:37 AM -
0 Votes
Cannot work properly with JSON
Hi again FYI - I just tested with Visual Studio Code (https://code.visualstudio.com/) and it works like a charm, and integrates a proper JSON viewer.Answered | 14 Replies | 1141 Views | Created by Michael Nielsen, In-Italia - Monday, May 1, 2017 12:27 PM | Last reply by Michael Nielsen, In-Italia - Thursday, May 4, 2017 7:28 AM -
0 Votes
mySQL to JSON
Hey guys, on my server I´ve got a PHP file that retrieves my SQL database and encodes it to JSON:Answered | 2 Replies | 1658 Views | Created by anr164 - Saturday, April 5, 2014 8:10 AM | Last reply by tracycai - Monday, April 7, 2014 5:46 AM -
1 Votes
Modify json array
SELECT JSON_VALUE(c.value,'$.name') name ,JSON_VALUE(c.value,'$.data') as data FROM OPENJSON(@vJson,'$.series') c For JSON PATH, ...Answered | 13 Replies | 1558 Views | Created by Zero3000 - Friday, September 27, 2019 1:57 PM | Last reply by Jingyang Li - Thursday, January 30, 2020 7:25 PM -
0 Votes
Issue with converting xml to json - single element array
I have fixed the issue by modifying the xml with adding namespace and attribute to force the array.Answered | 2 Replies | 1354 Views | Created by Vinoth n - Wednesday, September 18, 2019 1:37 PM | Last reply by Vinoth n - Friday, September 20, 2019 9:24 AM -
4 Votes
Splitting JSON Object Array into smaller sized "chunks"
That would then start n runs if you have n records in your array.Answered | 6 Replies | 3416 Views | Created by Faisal Tahiri - Friday, March 23, 2018 2:20 AM | Last reply by sujith reddy komma - Wednesday, April 4, 2018 6:07 PM -
4 Votes
Reading data from JSON that has arrays.
I'm still lost as to how to write the c# to get from in an array.Answered | 8 Replies | 4540 Views | Created by ArchonTiger - Friday, December 17, 2010 4:34 PM | Last reply by Saad Mahmood - Tuesday, August 13, 2013 7:42 AM -
3 Votes
XML to JSON
Hi, You have inbuilt function for xml to JSON conversion "@json" .Answered | 2 Replies | 519 Views | Created by Cal1 - Wednesday, March 15, 2017 7:57 PM | Last reply by Abhishek0127[Abhishek kumar] - Thursday, March 16, 2017 2:41 AM - Items 1 to 20 of 2318226 Next ›
No announcements