Results for json
I have a make() static method in a class Response. It is overloaded to take either std::string or Json::Value from jsoncpp. I overloaded the method to...
I am trying to write a JSON Schema to impose additional required properties in a referenced schema. I have looked here and here, but check-jsonschema ...
I have this folder structure in my project. testproject/backend/amplify/backend/function/newestjavascript/src/index.js. And testproject/backend/src/am...
I basically have a graph-like structure. Something like this: public class Whole { public List allPossibleNodes = new List(); } public class Node...
I have followed the karate documentation for callsingle but that works if we specify the classpath in karate-config.json file. Actually I am using kar...
I am making a post request to an API which consumes the below format (a list of lists). var data = "{\"Coord\" : [[50.452603, 30.522025],[30.621929, 3...
I need to remap the names of properties in the objects of an array in postgres when performing a SELECT query. The table user_phones has columns id an...
I am trying to retrieve some documents from a collection in my MongoDB instance. Here you are the entire collection: [ { _id: ObjectId("65708c62...
On Brave browser Version 1.61.101 Chromium: 120.0.6099.71 (Official Build) (x86_64) (on Chrome Version 120.0.6099.62 (Official Build) (x86_64) I don't...
I have this code that allows me to create a JSON file from a list, creates the list, checks that the elements don't repeat, and then creates the JSON ...
I'm trying to make this post API work, its an API to post some data to a table in my database, but every time I tried it on postman it gives me this k...
Goal to replace - "text": "V01_08_17", with "text": "Customized String", in below json file with sed File.json as mentioned above { "type": "textLis...
I have a json file contining a unix time field which needs to be converted to a timestamp. However the issue I am having in Dataflow is that the field...
PLease with this serialization Python 3.11, the target is {"name": "One", "quantity": 2, "students":[{"first_name": "Geeky", "last_name": "Guy"},{"fir...
I am having problems trying to create a table using json data and displaying it in a WordPress page. I have tested the json import and it does work. ...
I create sample class and response to deserialized but this is same issue that need to be fix. The response can either be Array with Object or just an...
I'm having the following dict: {b'one': b'one', b'two': b'two', b'three': b'three'} I want to convert this to a json object. I already tried different...
I have a script created in a Jupyter Notebook that scrap a url and should save the result in a json file, but it doesn't do it, even in the log it say...
I'm trying to solve this example that we were given. ul class="wrapper"> li class="form-row"> label id="label">IDlabel> label id...
I'm trying to one by one, go through each json object and subtract 1 from each value, but I'm not sure where to start...resources on this specific thi...
I am attempting to decode JSON data in SwiftUI however have run into an issue I can't seem to solve. I am able to extract the data for one ticker symb...
I try to do a FastAPI that trigger file downloading through the StreamingResponse() Class (see FastAPI page). It is actually ok for this part. My prob...
I want to deserialize a Json document without knowing anything about its content (can't use a strongly typed .NET class). I was using the following co...
I've got a set of "objects", each of which has an ID, and couple or properties. I want to store this in JSON format in a file. In the application, I f...
I have an items json array column in a Catalog eloquent model that contains itemable_type and itemable_id properties, it looks like this [{"itemable_i...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?