lynnegle-assistant/searx.json

779 lines
24 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"number_of_results": 115000000,
"corrections": [],
"query": "json",
"infoboxes": [
{
"engine": "wikipedia",
"content": "In computing, JavaScript Object Notation or JSON ( \"jay-son\", ) is an open-standard file format that uses human-readable text to transmit data objects consisting of attributevalue pairs and array data types (or any other serializable value). It is a very common data format used for asynchronous browserserver communication, including as a replacement for XML in some AJAX-style systems.JSON is a language-independent data format. It was derived from JavaScript, but as of 2017 many programming languages include code to generate and parse JSON-format data. The official Internet media type for JSON is application/json. JSON filenames use the extension .json.",
"infobox": "JSON",
"img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/JSON_vector_logo.svg/300px-JSON_vector_logo.svg.png",
"urls": [
{
"url": "https://en.wikipedia.org/wiki/JSON",
"title": "Wikipedia"
}
],
"id": "https://en.wikipedia.org/wiki/JSON"
}
],
"suggestions": [],
"results": [
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"wikipedia",
"google",
"duckduckgo"
],
"title": "JSON - Wikipedia",
"url": "https://en.wikipedia.org/wiki/JSON",
"positions": [
2,
2,
1
],
"parsed_url": [
"https",
"en.wikipedia.org",
"/wiki/JSON",
"",
"",
""
],
"content": "JSON grew out of a need for stateless, real-time server-to-browser communication protocol without using browser plugins such as Flash or Java applets, the dominant methods used in the early 2000s.",
"pretty_url": "https://en.wikipedia.org/wiki/JSON",
"score": 12.0
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSON",
"url": "https://www.json.org/",
"positions": [
1,
1
],
"parsed_url": [
"https",
"www.json.org",
"/",
"",
"",
""
],
"content": "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a ...",
"pretty_url": "https://www.json.org/",
"score": 8.0
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSON - Introduction - W3Schools",
"url": "https://www.w3schools.com/js/js_json_intro.asp",
"positions": [
3,
3
],
"parsed_url": [
"https",
"www.w3schools.com",
"/js/js_json_intro.asp",
"",
"",
""
],
"content": "JSON: JavaScript Object Notation. JSON is a syntax for storing and exchanging data. JSON is text, written with JavaScript object notation. When exchanging data between a browser and a server, the data can only be text. JSON is text, and we can convert any JavaScript object into JSON, and send JSON",
"pretty_url": "https://www.w3schools.com/js/js_json_intro.asp",
"score": 2.6666666666666665
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSON Syntax - W3Schools",
"url": "https://www.w3schools.com/js/js_json_syntax.asp",
"positions": [
7,
4
],
"parsed_url": [
"https",
"www.w3schools.com",
"/js/js_json_syntax.asp",
"",
"",
""
],
"content": "JSON Data - A Name and a Value. JSON data is written as name/value pairs. A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:",
"pretty_url": "https://www.w3schools.com/js/js_json_syntax.asp",
"score": 1.5714285714285714
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSONLint - The JSON Validator",
"url": "https://jsonlint.com/",
"positions": [
12,
6
],
"parsed_url": [
"https",
"jsonlint.com",
"/",
"",
"",
""
],
"content": "JSONLint is the free online validator and reformatter tool for JSON, a lightweight data-interchange format.",
"pretty_url": "https://jsonlint.com/",
"score": 1.0
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSON Formatter & Validator",
"url": "https://jsonformatter.curiousconcept.com/",
"positions": [
10,
8
],
"parsed_url": [
"https",
"jsonformatter.curiousconcept.com",
"/",
"",
"",
""
],
"content": "The JSON Formatter & Validator helps debugging JSON data by formatting and validating JSON data so that it can easily be read by human beings.",
"pretty_url": "https://jsonformatter.curiousconcept.com/",
"score": 0.9
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "JSON: What It Is, How It Works, & How to Use It - Copter Labs",
"url": "https://www.copterlabs.com/json-what-it-is-how-it-works-how-to-use-it/",
"positions": [
20,
7
],
"parsed_url": [
"https",
"www.copterlabs.com",
"/json-what-it-is-how-it-works-how-to-use-it/",
"",
"",
""
],
"content": "An introduction to JSON (JavaScript Object Notation) and how it's used, including an in-depth JSON tutorial and an example JSON-powered jQuery plugin.",
"pretty_url": "https://www.copterlabs.com/json-what-it-is-how-it-works-how-to-use-it/",
"score": 0.7714285714285714
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"google",
"duckduckgo"
],
"title": "PHP: JSON - Manual",
"url": "https://php.net/manual/en/book.json.php",
"positions": [
21,
10
],
"parsed_url": [
"https",
"php.net",
"/manual/en/book.json.php",
"",
"",
""
],
"content": "json_decode — Decodes a JSON string; json_encode — Returns the JSON representation of a value; json_last_error_msg — Returns the error string of the last ...",
"pretty_url": "https://php.net/manual/en/book.json.php",
"score": 0.5904761904761905
},
{
"engine": "google",
"category": "general",
"engines": [
"google"
],
"title": "JSON - JavaScript | MDN",
"url": "https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/JSON",
"positions": [
5
],
"parsed_url": [
"https",
"developer.mozilla.org",
"/en/docs/Web/JavaScript/Reference/Global_Objects/JSON",
"",
"",
""
],
"content": "Jul 4, 2018 ... The JSON object contains methods for parsing JavaScript Object Notation (JSON ) and converting values to JSON. It can't be called or ...",
"pretty_url": "https://developer.mozilla.org/en/docs/[...]vaScript/Reference/Global_Objects/JSON",
"score": 0.4
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET",
"url": "https://msdn.microsoft.com/en-us/library/bb299886.aspx",
"positions": [
4
],
"parsed_url": [
"https",
"msdn.microsoft.com",
"/en-us/library/bb299886.aspx",
"",
"",
""
],
"content": "An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET. Atif Aziz, Scott Mitchell. February 2007. Applies to: JSON Ajax",
"pretty_url": "https://msdn.microsoft.com/en-us/library/bb299886.aspx",
"score": 0.25
},
{
"engine": "google",
"category": "general",
"engines": [
"google"
],
"title": "What Is JSON? — Squarespace Developers",
"url": "https://developers.squarespace.com/what-is-json",
"positions": [
9
],
"parsed_url": [
"https",
"developers.squarespace.com",
"/what-is-json",
"",
"",
""
],
"content": "JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, ...",
"pretty_url": "https://developers.squarespace.com/what-is-json",
"score": 0.2222222222222222
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON File - What is it and how do I open it?",
"url": "https://file.org/extension/json",
"positions": [
5
],
"parsed_url": [
"https",
"file.org",
"/extension/json",
"",
"",
""
],
"content": "Learn what a JSON file is, how to open a JSON file or how to convert a JSON file to another file format.",
"pretty_url": "https://file.org/extension/json",
"score": 0.2
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "json — JSON encoder and decoder — Python 3.7.1rc1 documentation",
"url": "https://docs.python.org/3/library/json.html",
"positions": [
6
],
"parsed_url": [
"https",
"docs.python.org",
"/3/library/json.html",
"",
"",
""
],
"content": "JSON is a subset of YAML 1.2. The JSON produced by this module's default settings (in particular, the default separators value) is also a subset of YAML 1.0 and 1.1. This module can thus also be used as a YAML serializer. If ensure_ascii is true (the default), the output is ...",
"pretty_url": "https://docs.python.org/3/library/json.html",
"score": 0.16666666666666666
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON Basics: What You Need to Know - Elated.com",
"url": "https://www.elated.com/articles/json-basics/",
"positions": [
8
],
"parsed_url": [
"https",
"www.elated.com",
"/articles/json-basics/",
"",
"",
""
],
"content": "What is JSON, and what can it do? In this tutorial you learn how to use JSON to easily move data around the web. You also look at how to work with JSON using both JavaScript and PHP.",
"pretty_url": "https://www.elated.com/articles/json-basics/",
"score": 0.125
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Json (JavaScript Object Notation) - JSON Tutorial",
"url": "https://www.tutorialspoint.com/json/",
"positions": [
9
],
"parsed_url": [
"https",
"www.tutorialspoint.com",
"/json/",
"",
"",
""
],
"content": "JSON Tutorial for Beginners - Learn JSON in simple and easy steps starting from basic to advanced concepts with examples including JSON with its Overview, Syntax, DataTypes, Objects, Schema, Comparison with XML, Examples, PHP, Perl, Python, Ruby, Java, Ajax.",
"pretty_url": "https://www.tutorialspoint.com/json/",
"score": 0.1111111111111111
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Json.NET - Newtonsoft",
"url": "https://www.newtonsoft.com/json",
"positions": [
11
],
"parsed_url": [
"https",
"www.newtonsoft.com",
"/json",
"",
"",
""
],
"content": "Json.NET is a popular high-performance JSON framework for .NET",
"pretty_url": "https://www.newtonsoft.com/json",
"score": 0.09090909090909091
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON Community",
"url": "http://json.com/",
"positions": [
13
],
"parsed_url": [
"http",
"json.com",
"/",
"",
"",
""
],
"content": "JSON.com is a collection of JSON related content, links, and general awesomeness hand selected by the good people of the Web. The original json.com site has ...",
"pretty_url": "http://json.com/",
"score": 0.07692307692307693
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON File Extension - What is a .json file and how do I open it?",
"url": "https://fileinfo.com/extension/json",
"positions": [
14
],
"parsed_url": [
"https",
"fileinfo.com",
"/extension/json",
"",
"",
""
],
"content": "Learn about .JSON files and view a list of programs that open them.",
"pretty_url": "https://fileinfo.com/extension/json",
"score": 0.07142857142857142
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Json Parser Online",
"url": "http://json.parser.online.fr/",
"positions": [
15
],
"parsed_url": [
"http",
"json.parser.online.fr",
"/",
"",
"",
""
],
"content": "Analyze your JSON string as you type with an online Javascript parser, featuring tree view and syntax highlighting. Processing is done locally: no data send to server.",
"pretty_url": "http://json.parser.online.fr/",
"score": 0.06666666666666667
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "json - npm",
"url": "https://www.npmjs.com/package/json",
"positions": [
16
],
"parsed_url": [
"https",
"www.npmjs.com",
"/package/json",
"",
"",
""
],
"content": "a 'json' command for massaging and processing JSON on the command line",
"pretty_url": "https://www.npmjs.com/package/json",
"score": 0.0625
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Working With JSON Data in Python - Real Python",
"url": "https://realpython.com/python-json/",
"positions": [
17
],
"parsed_url": [
"https",
"realpython.com",
"/python-json/",
"",
"",
""
],
"content": "In this tutorial you'll learn how to read and write JSON-encoded data using Python. You'll see hands-on examples of working with Python's built-in \"json\" module all the way up to encoding and decoding custom objects.",
"pretty_url": "https://realpython.com/python-json/",
"score": 0.058823529411764705
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON Example",
"url": "https://www.json.org/example.html",
"positions": [
18
],
"parsed_url": [
"https",
"www.json.org",
"/example.html",
"",
"",
""
],
"content": "The action and label values only need to be provided if they are not the same as the id. {\"menu\": { \"header\": \"SVG Viewer\", \"items\": [ {\"id\": \"Open\"}, {\"id\": \"OpenNew\", \"label\": \"Open New\"}, null, {\"id\": \"ZoomIn\", \"label\": \"Zoom In\"}, {\"id\": \"ZoomOut ...",
"pretty_url": "https://www.json.org/example.html",
"score": 0.05555555555555555
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Serializing and Deserializing JSON - Json.NET - Newtonsoft",
"url": "https://www.newtonsoft.com/json/help/html/SerializingJSON.htm",
"positions": [
19
],
"parsed_url": [
"https",
"www.newtonsoft.com",
"/json/help/html/SerializingJSON.htm",
"",
"",
""
],
"content": "The quickest method of converting between JSON text and a .NET object is using the T:Newtonsoft.Json.JsonSerializer. The JsonSerializer converts .NET objects into their JSON equivalent and back again by mapping the .",
"pretty_url": "https://www.newtonsoft.com/json/help/html/SerializingJSON.htm",
"score": 0.05263157894736842
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON - JavaScript | MDN",
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON",
"positions": [
22
],
"parsed_url": [
"https",
"developer.mozilla.org",
"/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON",
"",
"",
""
],
"content": "The JSON object contains methods for parsing JavaScript Object Notation (JSON) and converting values to JSON. It can't be called or constructed, and aside from its two method properties, it has no interesting functionality of its own.",
"pretty_url": "https://developer.mozilla.org/en-US/do[...]vaScript/Reference/Global_Objects/JSON",
"score": 0.045454545454545456
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Working with JSON - Learn web development | MDN",
"url": "https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON",
"positions": [
23
],
"parsed_url": [
"https",
"developer.mozilla.org",
"/en-US/docs/Learn/JavaScript/Objects/JSON",
"",
"",
""
],
"content": "In this article, we've given you a simple guide to using JSON in your programs, including how to create and parse JSON, and how to access data locked inside it. In the next article, we'll begin looking at object-oriented JavaScript.",
"pretty_url": "https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON",
"score": 0.043478260869565216
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON Editor Online - view, edit and format JSON online",
"url": "https://jsoneditoronline.org/",
"positions": [
24
],
"parsed_url": [
"https",
"jsoneditoronline.org",
"/",
"",
"",
""
],
"content": "JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in a code editor.",
"pretty_url": "https://jsoneditoronline.org/",
"score": 0.041666666666666664
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON - Overview - tutorialspoint.com",
"url": "https://www.tutorialspoint.com/json/json_overview.htm",
"positions": [
25
],
"parsed_url": [
"https",
"www.tutorialspoint.com",
"/json/json_overview.htm",
"",
"",
""
],
"content": "JSON Overview - Learn JSON (Javascript Object Notatation) in simple and easy steps starting from basic to advanced concepts with examples including JSON with its Overview, Syntax, DataTypes, Objects, Schema, Comparison with XML, Examples, PHP, Perl, Python, Ruby, Java, Ajax.",
"pretty_url": "https://www.tutorialspoint.com/json/json_overview.htm",
"score": 0.04
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Json Parser Online",
"url": "http://jsonparseronline.com/",
"positions": [
26
],
"parsed_url": [
"http",
"jsonparseronline.com",
"/",
"",
"",
""
],
"content": "JSON PARSER ONLINE is a tool which lets you parse json string into a preety and colorful json tree view. JSON Parser Online converts JSON Strings to a friendly readable format.",
"pretty_url": "http://jsonparseronline.com/",
"score": 0.038461538461538464
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "Online JSON Viewer",
"url": "http://jsonviewer.stack.hu/",
"positions": [
27
],
"parsed_url": [
"http",
"jsonviewer.stack.hu",
"/",
"",
"",
""
],
"content": "JSON Viewer - Convert JSON Strings to a Friendly Readable Format",
"pretty_url": "http://jsonviewer.stack.hu/",
"score": 0.037037037037037035
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "json2csharp generate c# classes from json",
"url": "http://json2csharp.com/",
"positions": [
28
],
"parsed_url": [
"http",
"json2csharp.com",
"/",
"",
"",
""
],
"content": "json2csharp is joining forces with quicktype to offer new and improved features including JSON attributes, PascalCase properties, modern C# syntax (nullables, expression members), Dictionary detection, class deduplication, and more.",
"pretty_url": "http://json2csharp.com/",
"score": 0.03571428571428571
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "What is the correct JSON content type? - Stack Overflow",
"url": "https://stackoverflow.com/questions/477816/what-is-the-correct-json-content-type",
"positions": [
29
],
"parsed_url": [
"https",
"stackoverflow.com",
"/questions/477816/what-is-the-correct-json-content-type",
"",
"",
""
],
"content": "I've been messing around with JSON for some time, just pushing it out as text and it hasn't hurt anybody (that I know of), but I'd like to start doing things properly. I have seen so many purported \"",
"pretty_url": "https://stackoverflow.com/questions/47[...]/what-is-the-correct-json-content-type",
"score": 0.034482758620689655
},
{
"engine": "duckduckgo",
"category": "general",
"engines": [
"duckduckgo"
],
"title": "JSON - Simple English Wikipedia, the free encyclopedia",
"url": "https://simple.wikipedia.org/wiki/JSON",
"positions": [
30
],
"parsed_url": [
"https",
"simple.wikipedia.org",
"/wiki/JSON",
"",
"",
""
],
"content": "JSON (JavaScript Object Notation) is a way of expressing information. JSON is usually easy to understand. It can express information like XML. It is based on JavaScript's notation for object literals. However, JSON is stricter.",
"pretty_url": "https://simple.wikipedia.org/wiki/JSON",
"score": 0.03333333333333333
}
],
"answers": [],
"unresponsive_engines": []
}