Posts by MathN • 17 points
3 posts
-
-2
votes1
answer889
viewsQ: Convert string to json [Python]
I have a case where I have a json(is like clob) in the database and I want to use it to make a post request and everything by python, but I have a problem at the time of converting this string to…
-
1
votes1
answer87
viewsA: How to use variable in Javascript Sort?
The doubt was solved according to the comments. Solution: use the variable within [] and without the ".", getting: let criterio; criterio = msg.exemplo.criterio;//(supondo que o valor do atributo…
-
1
votes1
answer87
viewsQ: How to use variable in Javascript Sort?
I am doing a javascript sort from the Sort method, but I wonder if it is possible to use a variable to represent the attribute that will be used for sorting since this attribute may vary. The code…