You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/tutorials/backend/convert-serialized-data.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Convert Serialized Data to JSON | Commerce PHP Extensions
3
3
description: Follow this tutorial to convert database data from the defaul PHP serialized format to JSON.
4
4
---
5
5
6
-
# Convert serliazed data to JSON
6
+
# Convert serialized data to JSON
7
7
8
8
The following tutorial lists the steps needed to create an upgrade script that converts the data stored in the database from the default PHP serialized format to JSON format.
0 commit comments