Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier committed Jul 30, 2024
1 parent 2d37104 commit f61137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/system/5606-json-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Json(_common.FlyteIdlEntity):
##### Before
###### Convert Python Value to Literal
Uses `mashumaro JSON Encoder` to turn a dataclass value to a JSON string, and store it to protobuf `Struct` .
Note: For `FlyteTypes`, we will inherit mashumaro `SerializableType` to define our own serialization behvaior, which includes upload file to remote storage.
Note: For `FlyteTypes`, we will inherit mashumaro `SerializableType` to define our own serialization behavior, which includes upload file to remote storage.

###### Convert Literal to Python Value
Uses `mashumaro JSON Decoder` to turn a JSON string to a python value, and recursively fixed int attributes to int (it will be float because we stored it in to `Struct`).
Expand Down

0 comments on commit f61137d

Please sign in to comment.