python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to transform the structure of a object
I have one complicated object in terraform, the structure as below
what I need to do is transform this structure into another one(I have posted the desired structure) then create the resource with for...
mxy
Votes: 0
Answers: 1
How do I structure if-statements for maintainability?
I have a package for a very specific purpose that is imported into many other systems and it consists of a lot of if statements. Is there a way of rewriting the code so that it can be imported into an...
SqrtPi
Votes: 0
Answers: 1
How do I search the structure?
I'm not quite getting a structure search. I have a task, I need to search for students by full name, year of birth, group number or course number. I can search by group number or course number, but th...
krakozyabrr
Votes: 0
Answers: 1
Correct Json Path to extract the data
i have a json structure like that, where i would like to take from the json path the "id", but when i run the JSON input method in pentaho, putting "$..id" as the path, it returns ...
user15936034
Votes: 0
Answers: 1