Updates to simplify using JSON
If you're a PowerApps maker, you'll be happy to hear about the latest updates to simplify the use of JSON. Specifically, the updates focus on making untyped objects and the ParseJSON() function easier to use with less code needed. The focus of these updates is on implicit type conversion, which is also known as coercion. These updates will enhance the flexibility of these features and help users create intuitive apps more easily. So if you're looking to streamline your PowerApps development process, these updates are definitely worth checking out.
The post Updates to simplify using JSON appeared first on Microsoft Power Apps Blog.
Published on:
Learn moreRelated posts
Tip #1457: Format JSON for human consumption
Master converting JSON to a human-readable format using code-only connector with our simple three-step Power Automate flow, perfect for any da...
Parse JSON for Multi-Type Properties
JSON (JavaScript Object Notation) is a widely used data format for storing and exchanging data. It is easy to read, write, and parse, making i...
Can Excel Open JSON? A Quick How-To Guide
If you've ever wondered whether Excel can open JSON files, the answer is a resounding "yes"! Not only that, but the latest versions of Excel a...
High Performance JSON Serialization With Code Generation on C# 11 and .NET 7.0
Looking for ways to improve the parsing and generation of JSON data in your .NET applications? This talk showcases how recent features added t...
Python: Convert JSON to CSV, Step-by-Step Guide
In the world of data, JSON and CSV are two popular file formats that are used for storing and transferring data. JSON, being a lightweight for...
[Solved] Invalid type Expected Object but got Null error in Power Automate
If you are encountering the "Invalid type: Expected Object but got Null" error while working with the Parse JSON function in Power Automate, f...
JSON Objects as a Switch - Power Automate & Expressions
This video tutorial demonstrates how to use JSON objects to simplify switches and nested IF statements in Power Automate. By utilizing a simpl...
Parsing JSON string into a JSON object using ParseJSON() function in Canvas App within Power Platform
Learn how to effectively parse JSON string into a JSON object using the ParseJSON() function in Canvas App within Power Platform with this inf...
What is a JSON Schema? Intro to JSON
If you're new to JSON, this video provides an introduction to the concept and explains the benefits of using a JSON schema. JSON, or JavaScrip...