json tag

194 questions


1 answers
91 views
0
Syntax error in settings.json after installing extensions in VSCode: Expected comma

VSCode includes the extension PasteImage.I want to specify where to save the copied image, but I get an error.Where to Save: Create an image folder where HTML files are located and save itPasteImage s...

1 years ago

3 answers
105 views
0
Retrieve and parse the JSON file from the URL in C#

http://cathval.com/csharp/4159I found out how to handle JSON data by referring to this site, but how can I receive JSON information from WebAPI like the URL below in String?http://weather.livedoor.com...

1 years ago

1 answers
71 views
0
I want picojson to read hierarchical json files

I tried to load the json file with picojson in VisualStudio 2012 C++, but I couldn't load the json file as intended.(The data I want most is the array in the polygonList array in the json file (pointI...


1 answers
66 views
0
When I decode and encode using JSONIC on Android app, I get an Exception error.

I produce Android apps on Android Studio. When you use JSONIC to do the following, JSON.encode(hm); displays an Exception error and a message indicating that printStackTrace cannot find the library of...


1 answers
73 views
0
Null → Empty Character Conversion of Map in JsonNode

Thank you for your help.This is a server-side development in Java.I'm binding data using Jackson's JsonNode mechanism, but what should I do if I want to convert it to an empty string when the value of...

1 years ago

1 answers
62 views
0
I want to unmarshal JSON, which dynamically changes shape depending on the tag, and keep the value.

Consider JSON, which has a rule that the shape of other keys changes according to the value of a particular key in JSON.For example:Externally Tagged[ {RGB:{R:98, G:218, B:255}}, {YCbCr:{Y:255, Cb:0, ...

1 years ago

1 answers
55 views
0
I want to return JSON with tree structure from SQL result

I would like to achieve an API that returns JSON with tree structure from SQL results such as the following example.Could you please let me know if there is a fast and good way to do it?■ Assumed Envi...

1 years ago

2 answers
64 views
0
Detecting the absence of values when desirializing json files

You are creating a program that uses values read from json where the array is defined.The value should be the value described in the json file.Use the value of the element immediately preceding the ar...

1 years ago

1 answers
68 views
0
Understanding Python 3 JSON's In-Dict List Operation_2

This is the person who asked me a question on here.I am writing to ask you to tell me the solution again.Thank you for your cooperation.jsonFile.json{Site Name 1: [URL 11, URL 12, URL 13, ... URL 1n,S...

1 years ago

2 answers
88 views
0
I want to read multiple json files and make a list

There are a large number of files, such as:#001.json{ id—1, name: hoge}#002.json{ id—2, name: fuga}I'd like to load them and create the following objects:[ { id—1, name: hoge }, { id—2, name: fuga...

« - 8 - »

© 2024 OneMinuteCode. All rights reserved.