5,591 results for Classic Literature JSON

github.com/henriquetourinho/mensageiro

henriquetourinho/mensageiro

Envio automático de mensagens diárias via Telegram para múltiplos usuários, utilizando mensagens armazenadas em JSON, com logs detalhados e tratamento profissional de erros. (⭐ 3)

github.com/thread-pond/signature-pad

thread-pond/signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration. (⭐ 732)

github.com/Mondieki/kenya-counties-subcounties

Mondieki/kenya-counties-subcounties

A comprehensive repository hosting structured .JSON data files for all 47 Kenyan counties, including their codes, capitals, subcounties, and geoJSON information (polygon coordinates). It also provides OpenStreetMap data and multipolygon coordinates for each co…

www.bing.com/ck/a?!&&p=21d88b82550227d066c44ca6cc392788f1c1c092f3647468dc2e0294731b2c8eJmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=019db630-7202-6c63-0c25-a12273a46d3e&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMTAyODYyMDQvd2hhdC1pcy10aGUtcmlnaHQtanNvbi1kYXRlLWZvcm1hdA&ntb=1

What is the "right" JSON date format? - Stack Overflow

The best format is arguably a date represented in ISO 8601 format (see Wikipedia); it is a well known and widely used format and can be handled across many different languages, making it very well …

arxiv.org/abs/1910.11582v3

Rumble: Data Independence for Large Messy Data Sets

This paper introduces Rumble, a query execution engine for large, heterogeneous, and nested collections of JSON objects built on top of Apache Spark. While data sets of this type are more and more wide-spread, most existing tools are built around a t...

www.bing.com/ck/a?!&&p=1cd12b75185eacecafd41b89f271ab7e97b8fdae408e6b17af05f2fa15182a36JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=390f6ce2-3d73-6196-2293-7bf03c066002&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvNTgwMjM2NjQvZmx1dHRlci1wdWItcnVuLWJ1aWxkLXJ1bm5lci1idWlsZC1mYWlsZWQ&ntb=1

dart - flutter pub run build_runner build failed - Stack Overflow

Sep 20, 2019 · flutter version: flutter_macos_v1.9.1+hotfix.2-stable create new project in terminal: flutter create myapp open vscode, edit pubspec.yaml: dependencies: json_annotation: ^3.0.0 …

github.com/mwgg/Airports

mwgg/Airports

A JSON database of 28k+ airports with ICAO/IATA codes, names, cities, two-letter country identifiers, elevation, latitude & longitude, and a timezone identifier (⭐ 716)

github.com/surveyjs/survey-creator

surveyjs/survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching. (⭐ 1149)

github.com/mannodermaus/retrofit-logansquare

mannodermaus/retrofit-logansquare

[⚠️ARCHIVED] A Converter implementation using LoganSquare JSON serialization for Retrofit 2. (⭐ 220)

github.com/bluelinelabs/LoganSquare

bluelinelabs/LoganSquare

Screaming fast JSON parsing and serialization library for Android. (⭐ 3189)

github.com/formio/formio.js

formio/formio.js

JavaScript powered Forms with JSON Form Builder (⭐ 2068)

github.com/raineorshine/npm-check-updates

raineorshine/npm-check-updates

Find newer versions of package dependencies than what your package.json allows (⭐ 10159)

github.com/estiens/world_cup_json

estiens/world_cup_json

Rails backend for a scraper that outputs World Cup data as JSON (⭐ 923)

github.com/edgar031824/PatagonianTest

edgar031824/PatagonianTest

This is a test that I made for patagonian.it company. this has been developed in react using hooks and simulated HTTP requests using the dependency json.server (⭐ 0)

www.bing.com/ck/a?!&&p=3cafea902e5ed4a7bd32ccf1204deecc553f39530b2399be205b6148dd6d5219JmltdHM9MTc3MjU4MjQwMA&ptn=3&ver=2&hsh=4&fclid=185c5efd-3403-620a-2ee3-49ef353f63c4&u=a1aHR0cHM6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVzdGlvbnMvMTExOTc4MTgvaG93LWRvLWktbWFrZS1hLWpzb24tb2JqZWN0LXdpdGgtbXVsdGlwbGUtYXJyYXlz&ntb=1

How do I make a JSON object with multiple arrays?

An object called cars, containing multiple arrays each for a different make of car. In each array would be the model of car along with some other types of data e.g. number of doors (doesn't really matter its …