---
title: 超シンプルに、JSONファイルを読み込んでビューに表示するPowershellアプリをxamlを活用して作ってみる
url: 'https://automationse.net/readjson-simple-gui-powershellowershell'
markdown: 'https://automationse.net/readjson-simple-gui-powershellowershell.md'
date: '2025-10-07'
description: 'PS1ファイル XAMLファイル JSON※おためしデータ まとめ XAMLでレイアウトを作成する練習もかねて、 超シンプルに、JSONファイルを読み込んでビューに表示するアプリをPowershellで作成してみました。 初めから特定のJSONファイルを読み込ませた状態でビューの起動をするように機能修正するも良し、アイテ…'
taxonomy:
  category:
    - IT関連
  tag:
    - PowerShell
    - アプリ
---

# 超シンプルに、JSONファイルを読み込んでビューに表示するPowershellアプリをxamlを活用して作ってみる

## [超シンプルに、JSONファイルを読み込んでビューに表示するPowershellアプリをxamlを活用して作ってみる](https://automationse.net/readjson-simple-gui-powershellowershell)

  公開日 2025.10.07 更新日 2025.10.07  [PowerShell](https://automationse.net/tag:PowerShell#body-wrapper) [アプリ](https://automationse.net/tag:%E3%82%A2%E3%83%97%E3%83%AA#body-wrapper)  

## PS1ファイル

## XAMLファイル

## JSON※おためしデータ

## まとめ

XAMLでレイアウトを作成する練習もかねて、

超シンプルに、JSONファイルを読み込んでビューに表示するアプリをPowershellで作成してみました。

初めから特定のJSONファイルを読み込ませた状態でビューの起動をするように機能修正するも良し、アイテムをクリックしたらイベントが発火するように機能追加するも良し。

夢が広がりますね。

 [ Previous Post](https://automationse.net/powershell-wpf-load-json-into-datagrid) [Next Post ](https://automationse.net/powershell-json-piechart-wpf)

---

## Navigation

- Parent: [WordPress Import](https://automationse.net/wordpress-import.md)
- Previous: [PowerShell + XAML + WPFで作る「JSONデータ件数の円グラフ表示ツール」](https://automationse.net/powershell-json-piechart-wpf.md)
- Next: [PowerShell + WPF で作る「JSONデータを読み込んでビューに表示」](https://automationse.net/powershell-wpf-load-json-into-datagrid.md)
