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
I would want metadata.toString() to emit the short string {"step":"01", "URL.host":"kazurayam.github.io", "URL.path":"/materialstore/images/tutorial/03_apple.png", "URL.port":"80", "URL.protocol":"https"}.
It is intuitive, better
The text was updated successfully, but these errors were encountered:
kazurayam
changed the title
com.kazurayam.materialstore.core.filesystem.metadata.MetadataIdentification --- what is this? why it is there? is it necessary?
com.kazurayam.materialstore.core.filesystem.metadata.MetadataIdentification --- what is this? why is it there?
Nov 28, 2022
kazurayam
changed the title
com.kazurayam.materialstore.core.filesystem.metadata.MetadataIdentification --- what is this? why is it there?
Metadata.toString() returns a super complecated JSON string
Nov 29, 2022
println metadata.toString() emits
println metadata.getMetadataIdentification().toString() emits
This value is returned by MetadataIdentification#toString()
Is this OK?
I would want
metadata.toString()
to emit the short string{"step":"01", "URL.host":"kazurayam.github.io", "URL.path":"/materialstore/images/tutorial/03_apple.png", "URL.port":"80", "URL.protocol":"https"}
.It is intuitive, better
The text was updated successfully, but these errors were encountered: