Open czottmann opened 9 years ago
Added #user_data_from_json_ld which will search for and parse <script type="application/json+ld"> tags in a document. The method is run as a fallback to #user_data_from_microformats. Added a test case.
#user_data_from_json_ld
<script type="application/json+ld">
#user_data_from_microformats
Added
#user_data_from_json_ld
which will search for and parse<script type="application/json+ld">
tags in a document. The method is run as a fallback to#user_data_from_microformats
. Added a test case.