Home  >  Article  >  WeChat Applet  >  Summary of json file definition and usage

Summary of json file definition and usage

伊谢尔伦
伊谢尔伦Original
2017-06-15 10:19:312212browse

In the previous tutorial, the index page was parsed. In this article, we will parse the old rules of the logs page. First, the logs page is shown in the figure. This page contains the return button (used to return to the index page), the page title and the program startup log list. . Compared with the index page, the logs page has an additional logs.json file to configure the content of the page title { "navigationBarTitleText": "View startup log" }For more configuration items, please refer to the configuration applet

1. Detailed introduction about the index page

Summary of json file definition and usage

Introduction: In the previous tutorial, the index page was analyzed. In this article, we will analyze the logs page. The old rule is to first look at the logs page. This page contains a return button (used to return to the index page), page title and program startup log list. Compared with the index page, the logs page has an additional logs.json file to configure the content of the page title {    "navigationBarTitleText": &...

2. Detailed example of mini program configuration

Summary of json file definition and usage

##Introduction: We use app .json file to globally configure the WeChat applet, determine the path of the page file, window performance, set network timeout, set multiple tabs, etc. The following is a simple configuration app.json that contains all configuration options:

3. Weather Forecast for Mini Program Development

Summary of json file definition and usage

Introduction: Use the app.json file to globally configure the WeChat applet, determine the path of the page file, window performance, set the network timeout, and set more tab etc.

4. Teach you how to make an open source small program calculator

Summary of json file definition and usage

##Introduction: This is a small program novice practice project (adapted based on WeChat quick demo) and made a calculator. It has a basic UI, basic jumps and simple js logic, making it very suitable for beginners to read. Reading other people's code is to consolidate your own programming skills. Knowledge related to WeChat applet development: 1. CSS Flexbox layout 2. Event binding, page jump 3. Page, window, App global settings 4. How to use wxml, wxsss, js, json files 5. view, text,. ..

##5.

Basics of Mini Program Development: Logs Page Analysis (6)

Summary of json file definition and usageIntroduction: In the previous tutorial, the index page was parsed. In this article, we will parse the old rules of the logs page. First, the picture above shows that the page contains a return button (used to return to the index page) , page title and program startup log list. Compared with the index page, the logs page has an additional logs.json file. To configure the content of the page title, you can refer to the configuration for more configuration items. The applet defines three tags in logs.wxml, namely view, block and text. , where the view label is the container, b...

6.

How to use python to read and write json files

Summary of json file definition and usage Introduction: This article introduces in detail how to use python to read and write json files, and explains it with a large number of examples.

7.

Python reading and writing json file instructions

Introduction: JSON (JavaScript Object Notation) is a lightweight data exchange format. It is based on a subset of ECMAScript. JSON uses a completely language-independent text format, but also uses conventions similar to the C language family (including C, C++, Java, JavaScript, Perl, Python, etc.). These properties make JSON an ideal data exchange language. It is easy for humans to read and write, and it is also easy for machines to parse and generate (generally used to increase network transmission rates).

8. Configuration of WeChat Mini Program

Summary of json file definition and usage

##Introduction: We use the app.json file to globally configure the WeChat applet, determine the path of the page file, window performance, set the network timeout, set multiple tabs, etc. The following is a simple configuration app.json that contains all configuration options

9. WeChat Mini Program Development: Detailed Configuration

Summary of json file definition and usage

Introduction: The app.json file is used to globally configure the WeChat applet, determine the path of the page file, window performance, set the network timeout, and set multiple tabs wait. In the introduction of the previous article, I also gave a brief introduction to the app.json file, and then I just read the official document, which introduced it in detail:

10. Most Simple WeChat Mini Program Demo

Summary of json file definition and usage

##Introduction: Here is the simplest WeChat Mini Program example Demo. The interaction of inverted style, Text component, View component and JS code is used. Everyone must understand the purpose and mutual relationship of WXML, JS, WXSS and JSON files.

[Related Q&A recommendations]:

javascript - Questions about package.json

javascript - nodejs uses express template to add, delete, modify and check data in a json file

Python processes Dict to generate json

javascript - Asking for guidance , how to access the local json file, the code is as follows, the error is as follows

javascript - How to use fetch() in Vue to get the local .json file

The above is the detailed content of Summary of json file definition and usage. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn