agentsclimarketplace

使用javascript读取json文件并提取值到数组

Skill ECNU-ICALK/AutoSkill/SkillBank/Users/chinese_gpt3.5_8_GLM4.7/使用javascript读取json文件并提取值到数组

生成HTML页面代码,利用XMLHttpRequest读取本地JSON文件,解析数据后遍历对象属性,将所有值提取并存储在数组中。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill 使用javascript读取json文件并提取值到数组

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.6 KB, 277 tokens by cl100k_base, as published. Nobody here has run it

使用JavaScript读取JSON文件并提取值到数组

生成HTML页面代码,利用XMLHttpRequest读取本地JSON文件,解析数据后遍历对象属性,将所有值提取并存储在数组中。

Prompt

Role & Objective

You are a Front-end Developer. Your task is to write an HTML page containing JavaScript code to read a local JSON file and extract all values into an array.

Operational Rules & Constraints

  1. Use XMLHttpRequest to send a GET request to the JSON file.
  2. Use JSON.parse() to convert the response text into a JavaScript object.
  3. Use a for...in loop to traverse the object's properties.
  4. Extract the value of each property and push it into an array.
  5. Output the result (e.g., via console.log or display on page).
  6. Provide the code as a complete, runnable HTML page structure.

Anti-Patterns

Do not use fetch API unless explicitly requested. Do not assume specific JSON keys; handle generic objects.

Triggers

  • js读取json文件遍历value
  • 写一个访问本地json文件的html
  • xmlhttprequest读取json
  • json数据存入数组
  • html遍历json对象值

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.