Skip to main content

Questions tagged [json]

JSON (JavaScript Object Notation) is a 100% textual data interchange format originally inspired by JavaScript objects. It is widely used in RESTful web services. Parsers for JSON exist in nearly all languages, and libraries also exist which can deserialize JSON to native objects or serialize native objects to JSON.

3 votes
1 answer
68 views

I have a JSON file that I would like to parse, for which I am using the package jsonparse. I would like to split some of the strings in an array and extract that information into separate variables. ...
Teepeemm's user avatar
  • 10.3k
3 votes
0 answers
44 views

Problem I have two bibliographic entries in my database with similar author fields. In the first case, it is an article only by author A. In the second case, A (Luz) is the first author, followed by B,...
dbmei's user avatar
  • 51
1 vote
2 answers
89 views

I need to parse this json and build a text line with information of doi, issn, isbn: { "title": "Some title", "congress": "Some congress" "...
user69507's user avatar
  • 123
2 votes
1 answer
111 views

I want to build the "publications" section of my CV taking info from a json files. This is one of the json files: { "title": "Some title", "congress": &...
user69507's user avatar
  • 123
2 votes
1 answer
107 views

I have a custom readJson.sty file which reads as \NeedsTeXFormat{LaTeX2e}[1994/06/01] \ProvidesPackage{readJson}[2025/01/15 Package] \RequirePackage{fontspec} \RequirePackage{luacode} \RequirePackage{...
Eddymage's user avatar
  • 235
4 votes
2 answers
138 views

Good day everybody atm I am trying to figure out \JSONParse I stuck at the problem, where I can't display array of items from the .json json as example: { "equipment" : [ { ...
mk marsh's user avatar
4 votes
2 answers
251 views

I am trying to use the package jsonparse1 (github page here, with documentation). I am reading some data from json files, and I have to fill my documents depending on the json entries, therefore I (...
Eddymage's user avatar
  • 235
5 votes
3 answers
463 views

I'm looking for help with creating a LaTeX template that can generate invoices from a JSON file. The JSON file contains customer-specific data, such as payee information, items sold, and general ...
Marco's user avatar
  • 185
0 votes
0 answers
49 views

For context: I'm trying to make an automated procedure that takes files from a videogame - in json format - automatically creates a manual for them. I'll give you an example: there is a mod that adds ...
Luca Ballanzeddu's user avatar
0 votes
1 answer
191 views

Is there any other way to escape curly braces in JSON code when citing code using the \texttt{} option other than using the backslash? Using the commandchars=\\\{\} causes the backslash escape ...
Kerry Cox's user avatar
  • 327
0 votes
1 answer
143 views

I am following the format used by this answer to color a json listing on my document, but I noticed that in a list of strings and a list of numbers, only the first element gets colored properly. Is ...
nottelling's user avatar
1 vote
2 answers
733 views

as the title states I'm trying to have my json arrays be posted as text in LaTeX. I'm using VSCode as editor. I'd like to have this json array be posted as a list in LaTeX but can't figure out how to ...
Robert's user avatar
  • 11
2 votes
2 answers
236 views

TL;DR How do I print categorized and subcategorized values declared in a JSON file (or in some similar type of file) inside of a LaTeX document? In my document, I am assigning a bunch of values to ...
Ben Zelnick's user avatar
0 votes
0 answers
681 views

I'm trying to use bibjson for a LaTeX document. Here are my files: ecm.tex \documentclass{article} \begin{document} Hello \cite{foo_ref}. \bibliographystyle{unsrtnat} \bibliography{ecm} \...
Laurent Claessens's user avatar
0 votes
1 answer
188 views

I'm new to Latex and to Lyx as well. I'm trying to create a frame in Lyx containing 2 columns, the first one being JSON formatted text, and the second one being comments of the lines of the fist ...
Ariel's user avatar
  • 103

15 30 50 per page