Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
3 replies
22 views

What online tools do developers commonly use for quick tasks during development? For example, sometimes I need small utilities like JSON formatting, Base64 encoding/decoding, UUID generation, ...
zhao sj_home's user avatar
-3 votes
0 answers
29 views

I need my JSON output to show the "idTransanction" and "details" fields first for logging purposes. Currently, Jackson alphabeticalizes them or follows a random order. Is there an ...
Advice
0 votes
8 replies
86 views

I have tried to make a a function get_statistics to make a dictionary of the JSON persistence. I started doing it manually, but it wants me to do it automatically. Currently stuck making my code of ...
Karina Soltanian's user avatar
3 votes
0 answers
75 views

I'm having problems receiving a JSON response from a REST endpoint using Retrofit. Some of the requests return JSON with a bunch of null characters and escaped double quotes. Pasted from Android ...
Miguel Vidal's user avatar
Best practices
0 votes
3 replies
77 views

https://mtgjson.com/ I am currently building program for MTG, Magic the Gathering that is used for Cube Building. I have been using API calls to Scryfall ( scryfall.com ). This has been working so far ...
erotski's user avatar
-4 votes
0 answers
41 views

import os import json import logging from pathlib import Path from dotenv import load_dotenv from newsdataapi import NewsDataApiClient logger = logging.getLogger(__name__) logger.setLevel(logging....
Vikash K's user avatar
Best practices
0 votes
2 replies
46 views

I am building DreamEcho AI, a platform that uses NLP to track mental states through dream analysis. I am using a Large Language Model (like GPT-4 or Gemini) to process raw user dream journals. The ...
胡家愷's user avatar
0 votes
0 answers
78 views

I have a Blazor application, developed in Visual Studio 2022. It loads a JSON file (data.json) that I have placed in the wwwroot folder. Everything that I have read (searching for help) shows that I ...
ExecChef's user avatar
  • 457
Best practices
0 votes
0 replies
45 views

Seeking perspective for JSON ingestion into AURORA? ====================================== I appreciate you looking over my query. This question pertains to the AWS AURORA environment, and I'm asking ...
user2647763 - RIMD's user avatar
1 vote
1 answer
91 views

I'm testing a method that reads a JSON file. So in the setup, I first create said JSON file, like this: string pathOfRelevantStuff = "path"; string fileOfRelevantStuff = Path.Combine(...
Jean-David Lanz's user avatar
0 votes
0 answers
41 views

I’m writing an EPrints import plugin in Perl to ingest metadata from OpenAlex (via https://api.openalex.org/works). The importer looks up a work by DOI/ID/title and maps the OpenAlex JSON into an ...
Abid Fakhrealam's user avatar
0 votes
0 answers
36 views

I have the following property definition in my schema. "type": "object", "properties": { "name": { "description": "The name of the ...
CycleGeek's user avatar
  • 513
0 votes
0 answers
70 views

I have a few dozen IAM policy documents in json format, output from the pike tool. A lot of the permissions contained within are duplicated. I would like to combine these into a single json-formatted ...
Bipolarbear54's user avatar
5 votes
2 answers
184 views

First, I retrieve data from the database using PHP oop and store it in a variable named $details. The result in $details is an array of several objects, usually about 7 in total. Each object within ...
rick_8040's user avatar
Best practices
4 votes
0 replies
87 views

I’ve been integrating AI tools (mainly large language models) into parts of our workflow things like content drafting, code suggestions, and internal automation While the productivity boost is real, I’...
abd3l3li's user avatar

15 30 50 per page
1
2 3 4 5
24037